Removed console.log call

This commit is contained in:
Andrey Okonetchnikov 2016-09-29 18:48:23 +02:00
parent 47512001ec
commit cfc8be3f36

View File

@ -87,7 +87,6 @@ class RawEditor extends React.Component {
PluginDropImages({
applyTransform: (transform, file) => {
const mediaProxy = new MediaProxy(file.name, file);
console.log(mediaProxy);
const state = Plain.deserialize(`\n\n![${file.name}](${mediaProxy.public_path})\n\n`);
props.onAddMedia(mediaProxy);
return transform