Skip to content

Commit

Permalink
#199 Clean console.log statement, and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 11, 2017
1 parent 7f82b72 commit 6fadf7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

- Duplicate HTTP calls in case page [\#187](https://github.com/CERT-BDF/TheHive/issues/187)
- Job status refresh [\#171](https://github.com/CERT-BDF/TheHive/issues/171)
- Fix the success message when running a set of analyzers[\#199](https://github.com/CERT-BDF/TheHive/issues/199)

**Closed issues:**

Expand Down
1 change: 0 additions & 1 deletion ui/app/scripts/controllers/case/CaseObservablesCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@
);
})
.then(function() {
console.log(nbArtifacts);
NotificationSrv.log('Analyzers have been successfully started for ' + nbArtifacts + ' observables', 'success');
}, function() {

Expand Down

0 comments on commit 6fadf7d

Please sign in to comment.