slate-media-object-preview: extra console log

This commit is contained in:
@wwwjim 2020-08-25 14:27:17 -07:00
parent 9b73c7f8f9
commit 1b4168e48f

View File

@ -28,7 +28,6 @@ export default class SlateMediaObjectPreview extends React.Component {
// NOTE(jim):
// This is a hack to catch this undefined case I don't want to track down yet.
const url = this.props.url.replace("https://undefined", "https://");
console.log(url);
let element = <div css={STYLES_ENTITY}>No Preview</div>;