fix console error

This commit is contained in:
John Mitchell 2016-06-14 15:43:07 -04:00
parent 58f322ec0b
commit 956000c76a

View File

@ -244,7 +244,6 @@ export function ProjectsList ($scope, $rootScope, $location, $log, $stateParams,
Wait('start');
var url = defaultUrl + id + '/';
Rest.setUrl(url);
console.log($state);
Rest.destroy()
.success(function () {
if (parseInt($state.params.id) === id) {