Removing debug statement that slipped by.

This commit is contained in:
Ken Hoes 2016-04-14 14:57:04 -04:00
parent dcb792f5a4
commit 3067dfa144

View File

@ -24,7 +24,6 @@ export default
Rest.setUrl(defaultUrl);
Rest.get()
.success(function(data){
console.info(data.results);
$scope.mgmtCards = data.results;
Wait('stop');
})