15424: Remove commented out lines
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 11 Oct 2019 15:21:42 +0000 (11:21 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 11 Oct 2019 15:21:42 +0000 (11:21 -0400)
src/views/login-panel/login-panel.tsx

index 092e50073d0ced0d171b36f6f6290f9c8c053c02..c0834a1f187b07a8fdbdfc39b3e148b17869c13c 100644 (file)
@@ -9,7 +9,6 @@ import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/st
 import { login, authActions } from '~/store/auth/auth-action';
 import { ArvadosTheme } from '~/common/custom-theme';
 import { RootState } from '~/store/store';
-// import * as classNames from 'classnames';
 
 type CssRules = 'root' | 'container' | 'title' | 'content' | 'content__bolder' | 'button';
 
@@ -24,7 +23,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
             left: 0,
             bottom: 0,
             right: 0,
-            // background: 'url("arvados-logo-big.png") no-repeat center center',
             opacity: 0.2,
         }
     },