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:
@@ -50,11 +50,9 @@ public class AppEngineClient {
|
||||
/*
|
||||
* When running AppEngine locally, set BASE_LOCAL_URL with your server's address.
|
||||
* (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;
|
||||
// TODO: tmp
|
||||
static final String BASE_LOCAL_URL = "http://snpp.mtv.corp.google.com:8888";
|
||||
static final String BASE_LOCAL_URL = null;
|
||||
private static final String AUTH_URL = BASE_URL + "/_ah/login";
|
||||
private static final String AUTH_TOKEN_TYPE = "ah";
|
||||
|
||||
|
||||
@@ -175,7 +175,6 @@ public class SendServlet extends HttpServlet {
|
||||
}
|
||||
|
||||
boolean res;
|
||||
System.out.println(">>>>> REG_ID: " + deviceInfo.getDeviceRegistrationID()); // TODO: tmp
|
||||
res = push.sendNoRetry(deviceInfo.getDeviceRegistrationID(),
|
||||
collapseKey,
|
||||
"url", url,
|
||||
|
||||
Reference in New Issue
Block a user