Index: remoting/webapp/me2mom/remoting_session.js |
diff --git a/remoting/webapp/me2mom/remoting_session.js b/remoting/webapp/me2mom/remoting_session.js |
index cb6c86617cb8a2a57998efccd31766caf64b108c..11a2201caf51420d95035921a970e1999d3b7c3f 100644 |
--- a/remoting/webapp/me2mom/remoting_session.js |
+++ b/remoting/webapp/me2mom/remoting_session.js |
@@ -155,10 +155,9 @@ function toggleScaleToFit() { |
/** |
* This is the callback method that the plugin calls to request username and |
* password for logging into the remote host. For Me2Mom we are pre-authorized |
- * so this should never be called. |
+ * so this is a no-op. |
*/ |
function loginChallengeCallback() { |
- console.log("loginChallengeCallback called unexpectedly!"); |
} |
/** |