1
0
Fork 0

chore(core): Remove debug output

This commit is contained in:
Joost De Cock 2023-10-15 16:22:37 +02:00
parent f3c11dc157
commit 0fe8a94eef

View file

@ -168,7 +168,6 @@ Store.prototype.unset = function (path) {
* is available, so this is the fallback default pack method.
*/
function fallbackPacker(items, pattern) {
console.log({ items, pattern })
let w = 0
let h = 0
for (const item of items) {