We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dc0c3 commit 7228330Copy full SHA for 7228330
1 file changed
scripts/track.js
@@ -433,7 +433,6 @@
433
$tempDiv.html(lines);
434
// Resolve the promise with the sanitized content
435
let data = { 'src': src, 'text': lines };
436
- console.log( data );
437
deferred.resolve(data);
438
$tempDiv.remove();
439
})
0 commit comments