mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
slate-media-object-preview: extra console log
This commit is contained in:
parent
9b73c7f8f9
commit
1b4168e48f
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user