Skip to content

Commit

Permalink
dep(): fabric.console (#8184)
Browse files Browse the repository at this point in the history
#8183 removes the last remaining usage
  • Loading branch information
ShaMan123 committed Aug 26, 2022
1 parent d2571c9 commit c4a2946
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import './src/util/dom_event'; // optional interaction
import './src/util/dom_style';
import './src/util/dom_misc';
import './src/util/dom_request';
import './src/log';
import './src/util/animate'; // optional animation
import './src/util/animate_color'; // optional animation
import './src/util/anim_ease'; // optional easing
Expand Down
15 changes: 0 additions & 15 deletions src/log.ts

This file was deleted.

2 changes: 1 addition & 1 deletion test/unit/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
assert.equal(dataURL.substring(0, 22), 'data:image/jpeg;base64');
}
catch (err) {
fabric.log('jpeg toDataURL not supported');
console.log('jpeg toDataURL not supported');
}
});

Expand Down

0 comments on commit c4a2946

Please sign in to comment.