Remove console.log

main
Elbert Alias 2 years ago
parent aa6a307977
commit e3bdff742c

@ -170,7 +170,6 @@ function getCsv() {
}
function csvEscape(value = '') {
console.log(value)
if (Array.isArray(value)) {
value = value
.flat()

@ -14,6 +14,7 @@ if (chrome.runtime.getManifest().manifest_version === 2) {
}
}
// eslint-disable-next-line no-unused-vars
const Utils = {
agent: chrome.runtime.getURL('/').startsWith('moz-')
? 'firefox'

Loading…
Cancel
Save