Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Wed, 3 May 2023 07:20:54 +0000 (15:20 +0800)
committerleon <leon@roojs.com>
Wed, 3 May 2023 07:20:54 +0000 (15:20 +0800)
Roo/HtmlEditorCore.js

index e74b57b..6599b4d 100644 (file)
@@ -600,9 +600,6 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         
         // even pasting into a 'email version' of this widget will have to clean up that mess.
         var cd = (e.browserEvent.clipboardData || window.clipboardData);
-
-        Roo.log('PASTE EVENT');
-        Roo.log(cd);
         
         // check what type of paste - if it's an image, then handle it differently.
         if (cd.files && cd.files.length > 0 && cd.types.indexOf('text/html') < 0) {