mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 04:41:15 +02:00
remove testing comment
This commit is contained in:
parent
18c8fc8563
commit
303ea2a34b
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ ProcessGroup.prototype = extend(ProcessGroup.prototype, {
|
|||
restart: function() {
|
||||
if (this.state == ProcessGroupStates.STOPPED) {
|
||||
// start the group, we were already stopped
|
||||
console.log("STARTING THE GROUP, ALREADY STOPPED");
|
||||
this.start();
|
||||
} else {
|
||||
// set our restart flag so the group will restart once stopped
|
||||
|
|
Loading…
Reference in a new issue