mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 16:33:33 +02: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