fix: remove debug logs
This commit is contained in:
parent
b0c3c6f45a
commit
05fe8bcaca
2 changed files with 0 additions and 2 deletions
|
@ -112,7 +112,6 @@ const admin_items = [
|
|||
];
|
||||
|
||||
export default function Layout({ children, props }) {
|
||||
console.log(props);
|
||||
const [user, setUser] = useRecoilState(userSelector);
|
||||
|
||||
const { title } = props;
|
||||
|
|
|
@ -134,7 +134,6 @@ export default function validate(config): Config {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(validated);
|
||||
return validated as unknown as Config;
|
||||
} catch (e) {
|
||||
if (process.env.ZIPLINE_DOCKER_BUILD) return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue