mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Comment out console.log
This commit is contained in:
@@ -5,7 +5,7 @@ const AppDispatcher = new flux.Dispatcher();
|
||||
|
||||
AppDispatcher.dispatch = _.wrap(flux.Dispatcher.prototype.dispatch, function(func) {
|
||||
const args = Array.prototype.slice.call(arguments, 1);
|
||||
console.log(args[0]);
|
||||
// console.log(args[0]);
|
||||
func.apply(this, args);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user