Skip to content

Commit

Permalink
MDL-76575 tiny_media: Remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Dec 7, 2022
1 parent 1d863c3 commit dd6349c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/editor/tiny/plugins/media/amd/build/manager.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/editor/tiny/plugins/media/amd/build/manager.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/editor/tiny/plugins/media/amd/src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const MediaManager = class {
constructor(editor) {
this.editor = editor;
const data = getData(editor);
window.console.log(data);
this.area = data.params.area;
this.area.itemid = data.fpoptions.image.itemid;
}
Expand Down

0 comments on commit dd6349c

Please sign in to comment.