mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-13 03:42:11 +03:00
logs: cleanup
This commit is contained in:
parent
73c246781f
commit
4fbd32a815
@ -299,7 +299,6 @@ export const TableContent = ({
|
||||
);
|
||||
});
|
||||
case "SLATE_PUBLIC_TEXT_TAG":
|
||||
console.log(text);
|
||||
return !text ? (
|
||||
<span css={STYLES_TABLE_TAG}>Private</span>
|
||||
) : (
|
||||
|
@ -52,8 +52,6 @@ const STYLES_USER = css`
|
||||
|
||||
export default class ProfilePage extends React.Component {
|
||||
render() {
|
||||
console.log({ profilePageProps: this.props });
|
||||
|
||||
const title = this.props.creator
|
||||
? `@${this.props.creator.username}`
|
||||
: "404";
|
||||
|
@ -54,8 +54,6 @@ const STYLES_IMAGE = css`
|
||||
|
||||
export default class SlatePage extends React.Component {
|
||||
render() {
|
||||
console.log(this.props);
|
||||
|
||||
const title = this.props.slate
|
||||
? `@${this.props.slate.ownername}/${this.props.slate.slatename}`
|
||||
: "404";
|
||||
|
Loading…
Reference in New Issue
Block a user