diff options
Diffstat (limited to 'frontend/app')
| -rw-r--r-- | frontend/app/views/page/components/tile.handle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/views/page/components/tile.handle.js b/frontend/app/views/page/components/tile.handle.js index 96574ff..993acce 100644 --- a/frontend/app/views/page/components/tile.handle.js +++ b/frontend/app/views/page/components/tile.handle.js @@ -164,7 +164,7 @@ const generateTransform = (tile, box) => { } const generateVideoStyle = (tile, bounds) => { - console.log(bounds) + // console.log(bounds) const style = { pointerEvents: "none", } |
