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..3e9c34bc160cc0303c09c501ccd41f16cc96649e 100644 |
--- a/remoting/webapp/me2mom/remoting_session.js |
+++ b/remoting/webapp/me2mom/remoting_session.js |
@@ -113,7 +113,6 @@ function init() { |
plugin.connectionInfoUpdate = connectionInfoUpdateCallback; |
plugin.debugInfo = debugInfoCallback; |
plugin.desktopSizeUpdate = desktopSizeChanged; |
- plugin.loginChallenge = loginChallengeCallback; |
Wez
2011/05/23 21:14:54
The code path that makes the loginChallenge callba
Jamie
2011/05/23 22:24:58
Done.
|
addToDebugLog('Connect as user ' + remoting.username); |
@@ -153,15 +152,6 @@ 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. |
- */ |
-function loginChallengeCallback() { |
- console.log("loginChallengeCallback called unexpectedly!"); |
Wez
2011/05/23 21:14:54
Just take out the console.log() for now?
Jamie
2011/05/23 22:24:58
Done.
|
-} |
- |
-/** |
* This is a callback that gets called when the desktop size contained in the |
* the plugin has changed. |
*/ |