Job Submission cleanup

removed some commented code from the fix for the job submission from yesterday
This commit is contained in:
Jared Tabor
2014-11-06 14:28:18 -05:00
parent cacdefafbf
commit fd8908f7dc
4 changed files with 2 additions and 48 deletions

View File

@@ -84,7 +84,6 @@ angular.module('AuthService', ['ngCookies', 'Utilities'])
$rootScope.sessionExpired = false;
$rootScope.token = null;
$rootScope.token_expires = null;
$rootScope.login_username = null;
$rootScope.login_password = null;
},