You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/07/30 21:24:50 UTC

incubator-usergrid git commit: Removed commented out line.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-898 101ae8566 -> 8fffcadb2


Removed commented out line.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/8fffcadb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/8fffcadb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/8fffcadb

Branch: refs/heads/USERGRID-898
Commit: 8fffcadb2d1dca0716c1d90248233c9a059a74d8
Parents: 101ae85
Author: GERey <gr...@apigee.com>
Authored: Thu Jul 30 12:24:48 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Thu Jul 30 12:24:48 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/usergrid/rest/applications/ServiceResource.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8fffcadb/stack/rest/src/main/java/org/apache/usergrid/rest/applications/ServiceResource.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/java/org/apache/usergrid/rest/applications/ServiceResource.java b/stack/rest/src/main/java/org/apache/usergrid/rest/applications/ServiceResource.java
index 36f9d5c..9a5a403 100644
--- a/stack/rest/src/main/java/org/apache/usergrid/rest/applications/ServiceResource.java
+++ b/stack/rest/src/main/java/org/apache/usergrid/rest/applications/ServiceResource.java
@@ -477,7 +477,6 @@ public class ServiceResource extends AbstractContextResource {
                     }catch(AwsPropertiesNotFoundException apnfe){
                         logger.error( "Amazon Property needed for this operation not found",apnfe );
                         response.setError( "500","Amazon Property needed for this operation not found",apnfe );
-                        //return Response.status(Response.Status.INTERNAL_SERVER_ERROR).build();
                     }
                 }
             }