Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Jun 21, 2017
1 parent bc75942 commit 416a0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/TermsSnippetViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class TermsSnippetViewer extends Component {
'/getTermSnippets',
{'term': term, 'session': JSON.stringify(session)},
function(data) {
console.log("TermsSippets-------------");
this.onLoadedTermsSnippets(data);
}.bind(this)).fail(function() {
console.log("Something wrong happen. Try again.");
Expand Down

0 comments on commit 416a0d0

Please sign in to comment.