remove testing comment

This commit is contained in:
Stephen Birarda 2015-12-21 12:36:31 -07:00
parent 18c8fc8563
commit 303ea2a34b

View file

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