Skip to content

Commit

Permalink
remove leftover console log
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosgarbi committed Jul 16, 2024
1 parent c153ef4 commit dc3cf69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/libs/editor/src/stores/Annotation/Annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1124,8 +1124,6 @@ export const Annotation = types

const imageEntity = tag.findImageEntity(obj.item_index ?? 0);

console.log(imageEntity.imageLoaded, imageEntity, tag);

if (!imageEntity || imageEntity.imageLoaded) return;

imageEntity.setNaturalWidth(obj.original_width);
Expand Down

0 comments on commit dc3cf69

Please sign in to comment.