mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +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() {
|
restart: function() {
|
||||||
if (this.state == ProcessGroupStates.STOPPED) {
|
if (this.state == ProcessGroupStates.STOPPED) {
|
||||||
// start the group, we were already stopped
|
// start the group, we were already stopped
|
||||||
console.log("STARTING THE GROUP, ALREADY STOPPED");
|
|
||||||
this.start();
|
this.start();
|
||||||
} else {
|
} else {
|
||||||
// set our restart flag so the group will restart once stopped
|
// set our restart flag so the group will restart once stopped
|
||||||
|
|
Loading…
Reference in a new issue