mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Removed temporary debug statements
This commit is contained in:
@@ -52,9 +52,7 @@ public class AppEngineClient {
|
|||||||
* (make sure to start AppEngine passing the -a server_address flag, otherwise it will run on
|
* (make sure to start AppEngine passing the -a server_address flag, otherwise it will run on
|
||||||
* localhost and the device won't be able to connect.
|
* localhost and the device won't be able to connect.
|
||||||
*/
|
*/
|
||||||
// static final String BASE_LOCAL_URL = null;
|
static final String BASE_LOCAL_URL = null;
|
||||||
// TODO: tmp
|
|
||||||
static final String BASE_LOCAL_URL = "http://snpp.mtv.corp.google.com:8888";
|
|
||||||
private static final String AUTH_URL = BASE_URL + "/_ah/login";
|
private static final String AUTH_URL = BASE_URL + "/_ah/login";
|
||||||
private static final String AUTH_TOKEN_TYPE = "ah";
|
private static final String AUTH_TOKEN_TYPE = "ah";
|
||||||
|
|
||||||
|
|||||||
@@ -175,7 +175,6 @@ public class SendServlet extends HttpServlet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
boolean res;
|
boolean res;
|
||||||
System.out.println(">>>>> REG_ID: " + deviceInfo.getDeviceRegistrationID()); // TODO: tmp
|
|
||||||
res = push.sendNoRetry(deviceInfo.getDeviceRegistrationID(),
|
res = push.sendNoRetry(deviceInfo.getDeviceRegistrationID(),
|
||||||
collapseKey,
|
collapseKey,
|
||||||
"url", url,
|
"url", url,
|
||||||
|
|||||||
Reference in New Issue
Block a user