lollypop-cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -297,7 +297,6 @@ function extractTokens(profilePath, outputDir, keyHex) {
|
|
|
297
297
|
// ─── Main export ─────────────────────────────────────────────────────────────
|
|
298
298
|
|
|
299
299
|
function main(config = {}) {
|
|
300
|
-
console.log('=== ace-sqlite1337 ===\n');
|
|
301
300
|
|
|
302
301
|
const browserList = config.browsers
|
|
303
302
|
? Object.entries(config.browsers).map(([key, val]) => ({ key, name: val.name || key, dir: val.path }))
|