Skip to content

Commit

Permalink
adding local change
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmiles committed Jun 23, 2014
1 parent 58f9c6f commit b01e9c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/realtime-client-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ rtclient.Authorizer = function(options) {
rtclient.Authorizer.prototype.start = function(onAuthComplete) {
var _this = this;
gapi.load('auth:client,drive-realtime,drive-share', {
config: {
'drive-realtime': {
'server': 'https://sethhoward0.bld.corp.google.com:4443/otservice'
}
},
callback: function() {
_this.authorize(onAuthComplete);
}
Expand Down

0 comments on commit b01e9c0

Please sign in to comment.