From ec15f239c6ce3ee346d0253bcf4fc9c3ab21eb45 Mon Sep 17 00:00:00 2001 From: Aaron Morris Date: Mon, 2 Mar 2015 21:00:50 -0500 Subject: [PATCH] removing extraneous lines Not sure about translations yet... --- common/script/public/userServices.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/script/public/userServices.js b/common/script/public/userServices.js index 0704369b19..92930dd3ce 100644 --- a/common/script/public/userServices.js +++ b/common/script/public/userServices.js @@ -75,9 +75,6 @@ angular.module('habitrpg') $http.post(ApiUrl.get() + '/api/v2/user/batch-update', sent, {params: {data:+new Date, _v:user._v, siteVersion: $window.env && $window.env.siteVersion}}) .success(function (data, status, heacreatingders, config) { - //alert("Updating " + JSON.stringify(sent)); - //alert("Response was " + status); - //user.party. //make sure there are no pending actions to sync. If there are any it is not safe to apply model from server as we may overwrite user data. if (!queue.length) { //we can't do user=data as it will not update user references in all other angular controllers.