summaryrefslogtreecommitdiffstats
path: root/application/controllers/EventController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/EventController.php')
-rwxr-xr-xapplication/controllers/EventController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index 5c1afcf..b2877e9 100755
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -1861,7 +1861,6 @@ class EventController extends Zend_Controller_Action
}
$data['eventOS'] = $bootos->getDistro() . " " . $bootos->getDistroversion();
}
- print_r($data);
$dataString = json_encode($data);
$result = $this->gearmanClient->do("boot", $dataString, 'boot' . $event->getTitle());
if (! $this->gearmanClient->runTasks())