remove the all-important blah property

This commit is contained in:
Stephen Birarda 2015-12-21 12:36:57 -07:00
parent 303ea2a34b
commit b70dde27df

View file

@ -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;