Removed temporary debug statements

This commit is contained in:
felipeal
2012-07-27 23:18:28 +00:00
parent 9ccc0225c4
commit fff2a80789
2 changed files with 2 additions and 5 deletions

View File

@@ -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";

View File

@@ -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,