You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/01/14 16:43:09 UTC

[13/50] [abbrv] airavata-php-gateway git commit: removing debug line

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/develop
Commit: 5dab0ba8a3707c70adf278b5c5ec7b9ead4e60a1
Parents: 9c406fd
Author: scnakandala <su...@gmail.com>
Authored: Tue Dec 15 10:58:38 2015 -0500
Committer: scnakandala <su...@gmail.com>
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);