From 6ff903c8a986355a3fb502e996e2f4cb53a66722 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Mon, 4 May 2015 15:04:33 +0200 Subject: [PATCH] Remove useless comments --- .../application/controllers/CommentController.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/monitoring/application/controllers/CommentController.php b/modules/monitoring/application/controllers/CommentController.php index 8d700770b..9defa18fe 100644 --- a/modules/monitoring/application/controllers/CommentController.php +++ b/modules/monitoring/application/controllers/CommentController.php @@ -6,12 +6,6 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm; use Icinga\Web\Url; use Icinga\Web\Widget\Tabextension\DashboardAction; -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ - /** * Display detailed information about a comment */