mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove the all-important blah property
This commit is contained in:
parent
303ea2a34b
commit
b70dde27df
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue