Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Drahnik <[email protected]>
  • Loading branch information
ldrahnik committed Sep 8, 2021
1 parent 2159e09 commit 499ac6b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ if (ZadankaToPacientiCovid19Button) {
var pacientiCovid19ZadankaUrl = getEregRegistrCUDzadankyZadankaUrl();

var newUrl = pacientiCovid19ZadankaUrl + url.search;

console.log(newUrl);


chrome.tabs.update({url: newUrl});
}
});
Expand All @@ -83,9 +81,7 @@ if (ZadankaToPacientiCovid19Button) {
var pacientiCovid19ZadankaUrl = getEregRegistrCUDzadankyZadankaUrl();

var newUrl = pacientiCovid19ZadankaUrl + url.search;

console.log(newUrl);


chrome.tabs.update({url: newUrl});
}
});
Expand Down

0 comments on commit 499ac6b

Please sign in to comment.