From d47fd84a6a16b1c9c4b4ce5a3279b9ecaea54c1b Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 17 Feb 2016 12:00:46 +0100 Subject: Implement closing windows of remote launchs Change-Id: Ibcaa672271b1da94dd87291ea0531b5c520fa373 --- afm-client/app/Frontend/etc/AppConfig.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'afm-client/app/Frontend/etc/AppConfig.js') diff --git a/afm-client/app/Frontend/etc/AppConfig.js b/afm-client/app/Frontend/etc/AppConfig.js index e14dcef..be5a107 100644 --- a/afm-client/app/Frontend/etc/AppConfig.js +++ b/afm-client/app/Frontend/etc/AppConfig.js @@ -36,8 +36,6 @@ var myCalls = { get : function(plugin, action, query, callback) { if (!query.token) query.token = AppConfig.session.token; // add token to provided query - $log.log ('AppCall.get /api/' + plugin + '/' + action + '?' + query); - $log.log (callback); $http.get('/api/' + plugin + '/' + action , {params: query}).then (callback, callback); } -- cgit 1.2.3-korg