Remove a forgotten console.log

This commit is contained in:
Warren Buckley
2019-08-30 13:35:38 +01:00
parent 4adcd7de9b
commit 4eed413f95

View File

@@ -208,8 +208,6 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
function initEvents(editor){
editor.on('SetContent', function (e) {
console.log('setcontent', e);
var content = e.content;
// Upload BLOB images (dragged/pasted ones)