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

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

View File

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