Skip to content

Commit

Permalink
remove unnecessary console log in router
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Jan 29, 2021
1 parent f13a72b commit 9d2262f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/apps/discovery/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ define([
},

feedbackPage: function(subview, query) {
console.log('feedback', subview, arguments);

const q = new ApiQuery();
if (query) {
try {
Expand Down

0 comments on commit 9d2262f

Please sign in to comment.