Skip to content

Commit

Permalink
Remove console.log of renamed parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentino Hudhra committed Feb 9, 2021
1 parent 1387da6 commit baa4920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devtools/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ window.Omnibug = (() => {
});
});

console.log(settings.renameParameters);
let data = request.data.reduce((groups, item) => {
if (!item.hidden) {
const val = item.group;
Expand Down

0 comments on commit baa4920

Please sign in to comment.