Prechádzať zdrojové kódy

Minor - Remove console.log - refs #8458

Angel Fernando Quiroz Campos 8 rokov pred
rodič
commit
b4cb9550ba

+ 0 - 2
main/inc/lib/javascript/ckeditor/plugins/flash/plugin.js

@@ -24,7 +24,6 @@
 		icons: 'flash', // %REMOVE_LINE_CORE%
 		hidpi: true, // %REMOVE_LINE_CORE%
 		onLoad: function() {
-			console.log(this.path, this);
 			CKEDITOR.addCss( 'img.cke_flash' +
 				'{' +
 					'background-image: url(' + CKEDITOR.getUrl( this.path + 'images/placeholder.png' ) + ');' +
@@ -38,7 +37,6 @@
 
 		},
 		init: function( editor ) {
-			console.log(editor.config.flash_flvPlayer, this.path + 'swf/player.swf');
 			editor.config.flash_flvPlayer = editor.config.flash_flvPlayer || (this.path + 'swf/player.swf');
 
 			var allowed = 'object[classid,codebase,height,hspace,vspace,width];' +