chore(core): Remove debug output
This commit is contained in:
parent
f3c11dc157
commit
0fe8a94eef
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue