summaryrefslogtreecommitdiff
path: root/client/js/services
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-04-17 18:42:15 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-04-17 18:42:15 +0200
commit8e700c2b7de7a2bc095ea8edf3204f160f8a8941 (patch)
tree53c92a7d5050c2f093660d512880bf1b00d75014 /client/js/services
parent21b68f1da1ad5bc6520778c795fa6fe901d849c4 (diff)
Add comments and correct some bugs
Diffstat (limited to 'client/js/services')
-rw-r--r--client/js/services/Compute.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/js/services/Compute.js b/client/js/services/Compute.js
index 2bf28d8..032b402 100644
--- a/client/js/services/Compute.js
+++ b/client/js/services/Compute.js
@@ -101,8 +101,6 @@ mainApp.factory('Compute',[ '$http', 'Identity', function($http, Identity){
// Wait and handle the response
result.then(function (response){
- alert(Identity.getToken());
-
callback(parsePullImagesAnswer(response, false));
},function(response){