Output: remove console.log

This commit is contained in:
Rob Garrison 2017-01-10 21:49:39 -06:00
parent 7cc9508664
commit 27bc982127
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -51,8 +51,6 @@
// explicitly use table.config.widgetOptions because we want
// the most up-to-date values; not the 'wo' from initialization
output.process(c, c.widgetOptions);
} else {
console.log('blocked', output.busy);
}
});
},