Remove a forgotten console.log
This commit is contained in:
@@ -208,8 +208,6 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
|
|||||||
function initEvents(editor){
|
function initEvents(editor){
|
||||||
|
|
||||||
editor.on('SetContent', function (e) {
|
editor.on('SetContent', function (e) {
|
||||||
console.log('setcontent', e);
|
|
||||||
|
|
||||||
var content = e.content;
|
var content = e.content;
|
||||||
|
|
||||||
// Upload BLOB images (dragged/pasted ones)
|
// Upload BLOB images (dragged/pasted ones)
|
||||||
|
|||||||
Reference in New Issue
Block a user