Skip to content

Commit

Permalink
Clean cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed May 10, 2013
1 parent d77b4c3 commit 363d45d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hawtio-web/src/main/webapp/app/fabric/js/profile.ts
Expand Up @@ -24,7 +24,6 @@ module Fabric {

$scope.doDeleteFile = () => {
$scope.deleteFileDialog = false;
console.log("file", $scope.markedForDeletion);
deleteConfigFile(jolokia, $scope.versionId, $scope.profileId, $scope.markedForDeletion, () => {
notification('success', 'Deleted file ' + $scope.markedForDeletion);
$scope.markedForDeletion = '';
Expand Down

0 comments on commit 363d45d

Please sign in to comment.