1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Dev: Remove debug

This commit is contained in:
Allan Jardine 2014-03-05 16:54:21 +00:00
parent 9a3bdacce6
commit ccc4f99c54
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
b2515d8588a7eda47b67c43442c0a1bcdf0bca47
6cf06ac317bed3f66765071a5e9081dc570a80a5

View File

@ -6374,7 +6374,6 @@
var settings = [];
var ctxSettings = function ( o ) {
var a = _toSettings( o );
console.log( a );
if ( a ) {
settings.push.apply( settings, a );
}