Skip to content

Commit

Permalink
#2043 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelain11 committed Jan 13, 2023
1 parent 41a5d8a commit 2ed6ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ketcher-core/src/application/render/raphaelRender.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ Render.prototype.update = function (force = false, viewSz = null) {
const mv = new Vec2(marg, marg)
const csz = viewSz

// console.log('viewSz: ', viewSz)

if (marg && (csz.x < 2 * marg + 1 || csz.y < 2 * marg + 1)) {
throw new Error('View box too small for the given margin')
}
Expand Down

0 comments on commit 2ed6ccb

Please sign in to comment.