mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Remove temp logging
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user