dashboard: remove some debug console.logs()
This commit is contained in:
@@ -3376,7 +3376,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
};
|
||||
|
||||
Client.prototype._onAppstoreApps = function (callback) {
|
||||
if (!this._fetchingAppstoreApps) {console.log('not fetching'); callback(); }
|
||||
if (!this._fetchingAppstoreApps) { callback(); }
|
||||
else this._fetchingAppstoreAppsListener.push(callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user