Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #233
  • Loading branch information
gashcrumb committed Apr 16, 2013
1 parent f2a5b52 commit 2ad9660
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hawtio-web/src/main/webapp/app/log/js/logs.ts
Expand Up @@ -135,8 +135,6 @@ module Log {
refilter();
$scope.$apply();
}
} else {
notification("error", "Failed to get a response! " + JSON.stringify(response, null, 4));
}
};

Expand Down Expand Up @@ -199,4 +197,4 @@ module Log {
Core.$apply($scope);
}
}
}
}

0 comments on commit 2ad9660

Please sign in to comment.