removed meaningless comment about status-light class

Change-Id: I8cafc43a8abd435e657a06d700718e8df9a50d43
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/directives/app-header.html b/app/common/directives/app-header.html
index e9e3f2c..9572833 100644
--- a/app/common/directives/app-header.html
+++ b/app/common/directives/app-header.html
@@ -1,6 +1,5 @@
 <div id="header__wrapper">
 <!-- HEADER -->
-<!-- Class of status-light__good has 3 states: status-light__good, status-light__error, status-light__disabled -->
 <header id="header">
     <span class="app__version float-left">{{dataService.app_version}}</span>
     <a href="" class="header__logout" ng-click="logout()">Log out</a>