Commit ac9ed756 by Bence Dányi

firewall_gui: remove debug messages

parent 55cd39eb
......@@ -86,10 +86,8 @@ function ListController(url) {
}
function EntityController(url) {
console.log('creatin...', url);
return function($scope, $http, $routeParams) {
var id = $routeParams.id;
console.log('foooooo');
$http.get(url + id + '/').success(function success(data) {
console.log(data);
$scope.rule = data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment