From 7510bb069d622837aa6bcf41943985e5508a6e8f Mon Sep 17 00:00:00 2001 From: binaryify Date: Tue, 13 Jun 2017 21:11:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/control/states.js | 2 +- src/control/todo/down.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/control/states.js b/src/control/states.js index 2bf7a14..8c52e3e 100644 --- a/src/control/states.js +++ b/src/control/states.js @@ -85,7 +85,7 @@ const states = { let matrix = fromJS(state.matrix) const shape = cur && cur.shape const xy = fromJS(cur && cur.xy) - console.log({ matrix, shape, xy }) + // console.log({ matrix, shape, xy }) shape.forEach((m, k1) => m.forEach((n, k2) => { if (n && xy.get(0) + k1 >= 0) { diff --git a/src/control/todo/down.js b/src/control/todo/down.js index 1c19e42..3b289ce 100644 --- a/src/control/todo/down.js +++ b/src/control/todo/down.js @@ -35,7 +35,7 @@ const down = store => { let matrix = fromJS(state.matrix) const shape = cur.shape const xy = fromJS(cur.xy) - console.log({ matrix, shape, xy }) + // console.log({ matrix, shape, xy }) shape.forEach((m, k1) => m.forEach((n, k2) => { if (n && xy.get(0) + k1 >= 0) {