Remove logging parts from terminal/debug view

This commit is contained in:
Johannes Zellner
2018-01-08 11:51:10 +01:00
parent 2902c6ca7a
commit b0c967ba57
4 changed files with 50 additions and 131 deletions
-1
View File
@@ -1,7 +1,6 @@
'use strict';
/* global moment */
/* global Terminal */
angular.module('Application').controller('LogsController', ['$scope', '$location', '$route', '$routeParams', 'Client', function ($scope, $location, $route, $routeParams, Client) {
Client.onReady(function () { if (!Client.getUserInfo().admin) $location.path('/'); });