fix: remove debug logs

This commit is contained in:
diced 2022-10-08 21:07:55 -07:00
parent b0c3c6f45a
commit 05fe8bcaca
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
2 changed files with 0 additions and 2 deletions

View file

@ -112,7 +112,6 @@ const admin_items = [
];
export default function Layout({ children, props }) {
console.log(props);
const [user, setUser] = useRecoilState(userSelector);
const { title } = props;

View file

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