[snackr] r146 committed - Just deleted some commented-out code.

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 14, 2010, 6:23:06 PM6/14/10
to snackr-...@googlegroups.com
Revision: 146
Author: robadams
Date: Mon Jun 14 15:22:16 2010
Log: Just deleted some commented-out code.
http://code.google.com/p/snackr/source/detail?r=146

Modified:
/trunk/Snackr/src/model/feeds/readers/GoogleAccountsResponder.as

=======================================
--- /trunk/Snackr/src/model/feeds/readers/GoogleAccountsResponder.as Mon
Jun 14 15:04:47 2010
+++ /trunk/Snackr/src/model/feeds/readers/GoogleAccountsResponder.as Mon
Jun 14 15:22:16 2010
@@ -69,13 +69,7 @@
else {
previousEvent = authFailure;
}
-
- /*if(noBadCredentials)
- dispatchEvent(authFailure);
- else if(previousEvent.type == SynchronizerEvent.AUTH_BAD_CREDENTIALS)
- dispatchEvent(previousEvent);
- else
- previousEvent = authFailure;*/
+
}
}

@@ -95,10 +89,6 @@
else {
previousEvent = badCredentialsEvent;
}
- /*if(previousEvent.type != SynchronizerEvent.AUTH_CAPTCHA_CHALLENGE)
- dispatchEvent(badCredentialsEvent);
- else
- previousEvent = badCredentialsEvent;*/
}
else {
//did IO_ERROR already happen?
@@ -107,9 +97,7 @@
if(previousEvent.type == SynchronizerEvent.AUTH_FAILURE)
dispatchEvent(previousEvent);
}
- /*noBadCredentials = true;
- if(previousEvent.type == SynchronizerEvent.AUTH_FAILURE)
- dispatchEvent(previousEvent);*/
+
}
}

Reply all
Reply to author
Forward
0 new messages