From: Marcin Haba Date: Sun, 27 Apr 2014 18:15:18 +0000 (+0200) Subject: Removed unnecessary debug X-Git-Tag: Release-7.0.3~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9f1ae02d8198a03aef71bbc7de3add2b40cae03;p=bacula%2Fbacula Removed unnecessary debug --- diff --git a/gui/baculum/protected/Pages/API/PoolUpdateVolumes.php b/gui/baculum/protected/Pages/API/PoolUpdateVolumes.php index 770922fb8b..911f50d274 100644 --- a/gui/baculum/protected/Pages/API/PoolUpdateVolumes.php +++ b/gui/baculum/protected/Pages/API/PoolUpdateVolumes.php @@ -21,7 +21,6 @@ class PoolUpdateVolumes extends BaculumAPI { public function get() {} public function set($id, $params) { - file_put_contents('/tmp/kekeks', print_r($id, true)); $pool = $this->getModule('pool')->getPoolById($id); if(!is_null($pool)) { $voldata = $this->getModule('volume')->getVolumesByPoolId($pool->poolid);