Repository: airavata-php-gateway Updated Branches: refs/heads/master 1228ebd89 -> 2775a356b
removing mistakenly committed test lines Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/2775a356 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2775a356 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2775a356 Branch: refs/heads/master Commit: 2775a356b18b0a38aa6711b643858e3708dab862 Parents: 1228ebd Author: Supun Nakandala <[email protected]> Authored: Wed Jun 3 05:07:30 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Wed Jun 3 05:07:30 2015 +0530 ---------------------------------------------------------------------- app/libraries/Utilities.php | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2775a356/app/libraries/Utilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/Utilities.php b/app/libraries/Utilities.php index ba6aea0..cdceb25 100644 --- a/app/libraries/Utilities.php +++ b/app/libraries/Utilities.php @@ -1550,8 +1550,6 @@ public static function create_experiment() { $experiment = Utilities::assemble_experiment(); - var_dump($experiment); - exit; $expId = null; try
