mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
remove a console.log
This commit is contained in:
@@ -25,7 +25,6 @@ export class HomeComponent extends React.PureComponent<IHomeProps> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public render() {
|
public render() {
|
||||||
console.log(this.props.location.pathname);
|
|
||||||
return (
|
return (
|
||||||
this.props.user && (
|
this.props.user && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user