remove profile picture

Change-Id: I3556cdbe51784391fc928473bb0d1e29a3d4b776
(cherry picked from commit c5eb27e39c9081b05e05065a52cef70d0e5e78c3)
diff --git a/src/app/core/header/header.html b/src/app/core/header/header.html
index 5249a3f..56cf7f1 100644
--- a/src/app/core/header/header.html
+++ b/src/app/core/header/header.html
@@ -52,20 +52,7 @@
           typeahead-template-url="customTemplate.html"
           typeahead-on-select="vm.routeSelected($item, $model, $label)">
       </form>
-      <ul class="nav navbar-nav navbar-right">
-        <!--<li class="dropdown">-->
-          <!--<a ui-sref="main.versions">-->
-            <!--<i class="fa fa-bell"></i>-->
-            <!--<span ng-if="vm.newNotifications.length > 0" class="label label-warning pull-right">{{vm.newNotifications.length}}</span>-->
-          <!--</a>-->
-        <!--</li>-->
-        <li class=" profil-link">
-          <a ui-sref="commonviews.login">
-            <span class="profile-address">{{vm.userEmail}}</span>
-            <img src="../../images/profile.jpg" class="img-circle" alt="">
-          </a>
-        </li>
-      </ul>
     </div>
   </div>
-</nav>
\ No newline at end of file
+</nav>
+