Remove temp logging

This commit is contained in:
burke.davey
2011-05-12 20:45:48 +00:00
parent 40b3b2667d
commit b8272b427e

View File

@@ -120,9 +120,6 @@ public class SendServlet extends HttpServlet {
deviceInfo, reqDebug); deviceInfo, reqDebug);
} }
// ***** TEMP LOGGING for debugging on test version. Remove before production push *****
log.info("Sending " + url + " to " + deviceInfo.getDeviceRegistrationID());
if (res) { if (res) {
log.info("Link sent to phone! collapse_key:" + collapseKey); log.info("Link sent to phone! collapse_key:" + collapseKey);
ok = true; ok = true;