Skip to content

Commit 8f304e1

Browse files
committed
remove debug msg
1 parent f8969fe commit 8f304e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ describe('datatables', function() {
1010
.withLocalPlugin(path.join(__dirname, '..'))
1111
.create()
1212
.then(function(result) {
13-
console.warn('\n\n'+result.get('index.html').content+'\n\n')
1413
assert(result.get('index.html').content.includes('data-dt-process="true"'));
1514
});
1615
});

0 commit comments

Comments
 (0)