Repository: airavata-php-gateway Updated Branches: refs/heads/master 9c406fdff -> 5dab0ba8a
removing debug line 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/5dab0ba8 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/5dab0ba8 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/5dab0ba8 Branch: refs/heads/master Commit: 5dab0ba8a3707c70adf278b5c5ec7b9ead4e60a1 Parents: 9c406fd Author: scnakandala <[email protected]> Authored: Tue Dec 15 10:58:38 2015 -0500 Committer: scnakandala <[email protected]> Committed: Tue Dec 15 10:58:38 2015 -0500 ---------------------------------------------------------------------- app/libraries/ProjectUtilities.php | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/5dab0ba8/app/libraries/ProjectUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ProjectUtilities.php b/app/libraries/ProjectUtilities.php index 7dcfbfe..2e2dd70 100644 --- a/app/libraries/ProjectUtilities.php +++ b/app/libraries/ProjectUtilities.php @@ -183,7 +183,6 @@ class ProjectUtilities $updatedProject->owner = $projectDetails["owner"]; $updatedProject->name = $projectDetails["name"]; $updatedProject->description = $projectDetails["description"]; - var_dump($updatedProject);exit; try { Airavata::updateProject(Session::get('authz-token'), $projectId, $updatedProject);
