Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterPhilip committed Feb 25, 2023
1 parent 33e9a46 commit 3269371
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function (grunt) {
},
"production": {
"name": "Omnibug",
"version": "1.19.1",
"version": "1.20.0",
"storageKey": "omnibug",
"feedbackUrl": "https://github.com/MisterPhilip/omnibug/issues",
"analyticsID": "UA-114343677-2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnibug",
"version": "1.19.1",
"version": "1.20.0",
"description": "Omnibug Extension",
"main": "Gruntfile.js",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions src/devtools/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ window.Omnibug = (() => {
""
];
} else {
console.log(request);
let account = getMappedColumnValue("account", request),
requestType = getMappedColumnValue("requestType", request);

Expand Down Expand Up @@ -793,7 +792,6 @@ window.Omnibug = (() => {
});
});

console.log(settings.renameParameters);
let data = request.data.reduce((groups, item) => {
if (!item.hidden) {
const val = item.group;
Expand Down Expand Up @@ -1158,8 +1156,6 @@ window.Omnibug = (() => {
// Clear out any existing styles
clearStyles(styleSheet);

console.log("providers", filters.providers);

// Figure out what providers are hidden
let hiddenProviders = Object.entries(filters.providers).filter((provider) => {
return !provider[1] && (settings.providers[provider[0]].enabled);
Expand Down

0 comments on commit 3269371

Please sign in to comment.