Forgotten console.log
This commit is contained in:
@@ -3,7 +3,6 @@ var indexCtrl = angular.module('indexCtrl', []);
|
||||
indexCtrl.controller('IndexCtrl', ['$scope', 'Settings', 'API', function($scope, Settings, API) {
|
||||
|
||||
$scope.settings = Settings.getMergedSettings();
|
||||
console.log($scope.settings);
|
||||
|
||||
$scope.launchTest = function() {
|
||||
if ($scope.url) {
|
||||
|
||||
Reference in New Issue
Block a user