logs: cleanup

This commit is contained in:
@wwwjim 2020-07-27 02:54:11 -07:00
parent 73c246781f
commit 4fbd32a815
3 changed files with 0 additions and 5 deletions

View File

@ -299,7 +299,6 @@ export const TableContent = ({
);
});
case "SLATE_PUBLIC_TEXT_TAG":
console.log(text);
return !text ? (
<span css={STYLES_TABLE_TAG}>Private</span>
) : (

View File

@ -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";

View File

@ -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";