Change share from device to only go to Chrome (simpler mental model for now).

More robustness to browser channel.
Temporary logging.
This commit is contained in:
burke.davey
2011-05-11 20:34:49 +00:00
parent cdcab027dc
commit 768ea20aa1
3 changed files with 8 additions and 3 deletions

View File

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