Squashed Last bugs
[iotcloud.git] / version2 / src / java / iotcloud / CloudComm.java
index f38756d5fea4f3b6d877828ac392030f3b09169b..33e3d00fe7c1c4513f9d724e727a408d092e52b3 100644 (file)
@@ -106,7 +106,7 @@ class CloudComm {
                        int responsecode = http.getResponseCode();
                        if (responsecode != HttpURLConnection.HTTP_OK) {
                                // TODO: Remove this print
-                               System.out.println(responsecode);
+                               // System.out.println(responsecode);
                                throw new Error("Invalid response");
                        }
                } catch (Exception e) {