diff --git a/console/src/modules/hf-process.js b/console/src/modules/hf-process.js index 668b4b762d..234df1cf9f 100755 --- a/console/src/modules/hf-process.js +++ b/console/src/modules/hf-process.js @@ -97,7 +97,6 @@ var ID = 0; function Process(name, command, commandArgs, logDirectory) { events.EventEmitter.call(this); - this.blah = 'adsf'; this.id = ++ID; this.name = name; this.command = command;