Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Jul 30, 2024
1 parent 0517b2e commit 69e19ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pods/canvas/canvas.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const getShapeSizeRestrictions = (type: ShapeType | null) => {
if (!type) {
return defaultShapeSizeRestrictions;
}
console.log('Hola');
switch (type) {
case 'combobox':
return getComboBoxShapeSizeRestrictions();
Expand Down

0 comments on commit 69e19ed

Please sign in to comment.