diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-15 20:14:59 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-15 20:14:59 +0100 |
| commit | 35a5ebebc2e3c3535cbef00fab08b5fe43bebe85 (patch) | |
| tree | 603d8da76a988281eff35c1660cf36bca1821948 | |
| parent | 8792e9fe1c7ab76c35f9a18d866880ba3da2c13e (diff) | |
comment
| -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", } |
