Gaël Métais пре 10 година
родитељ
комит
9231b0914b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      front/src/js/controllers/indexCtrl.js

+ 0 - 1
front/src/js/controllers/indexCtrl.js

@@ -3,7 +3,6 @@ var indexCtrl = angular.module('indexCtrl', []);
 indexCtrl.controller('IndexCtrl', ['$scope', 'Settings', 'API', function($scope, Settings, API) {
 indexCtrl.controller('IndexCtrl', ['$scope', 'Settings', 'API', function($scope, Settings, API) {
     
     
     $scope.settings = Settings.getMergedSettings();
     $scope.settings = Settings.getMergedSettings();
-    console.log($scope.settings);
 
 
     $scope.launchTest = function() {
     $scope.launchTest = function() {
         if ($scope.url) {
         if ($scope.url) {