chore: remove unused console

This commit is contained in:
Tristan Yang
2022-08-31 22:13:35 +08:00
parent be7d547719
commit 65f8917657
31 changed files with 44 additions and 65 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ function ResourceManagement({ fileMessages }) {
const count = Math.floor(cWidth / 368);
const leftWidth = cWidth % 368;
const gutter = Math.max(Math.floor(leftWidth / (count - 1)), 8);
console.log("gutter", gutter, cWidth, count, leftWidth);
// console.log("gutter", gutter, cWidth, count, leftWidth);
msnry = new Masonry(container, {
// options
fitWidth: true,