Repository: airavata-php-gateway Updated Branches: refs/heads/master b0dc024bd -> 894346d5b
fixing echo cloning bug 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/894346d5 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/894346d5 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/894346d5 Branch: refs/heads/master Commit: 894346d5bca683e7f65afd57ec3940a4be348565 Parents: b0dc024 Author: scnakandala <[email protected]> Authored: Tue Jan 12 12:28:11 2016 -0500 Committer: scnakandala <[email protected]> Committed: Tue Jan 12 12:28:11 2016 -0500 ---------------------------------------------------------------------- app/libraries/ExperimentUtilities.php | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/894346d5/app/libraries/ExperimentUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php index 74e4946..1598eba 100644 --- a/app/libraries/ExperimentUtilities.php +++ b/app/libraries/ExperimentUtilities.php @@ -1108,10 +1108,7 @@ class ExperimentUtilities $applicationInputs = AppUtilities::get_application_inputs($experiment->executionId); $experimentInputs = $experiment->experimentInputs; // get current inputs - //var_dump($experimentInputs); $experimentInputs = ExperimentUtilities::process_inputs($applicationInputs, $experimentInputs); // get new inputs - $experiment->userConfigurationData->experimentDataDir = ExperimentUtilities::$relativeExperimentDataDir; - //var_dump($experimentInputs); if ($experimentInputs) { $experiment->experimentInputs = $experimentInputs;
