From b70dde27df09a71b26c9ed3bb3bb1b2f942fb51a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 21 Dec 2015 12:36:57 -0700 Subject: [PATCH] remove the all-important blah property --- console/src/modules/hf-process.js | 1 - 1 file changed, 1 deletion(-) 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;