Disable browser channel so I can launch OAuth for now.

This commit is contained in:
burke.davey
2011-05-23 20:18:02 +00:00
parent df5ab94edb
commit 7ac66d1d55

View File

@@ -98,6 +98,9 @@ function sendToPhone(title, url, msgType, selection, listener) {
}
function initializeBrowserChannel() {
// Disabled pending more QA
return;
if (!oauth.hasToken()) {
console.log('Login required for initializeBrowserChannel');
return;