0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed admin auth log

This commit is contained in:
Simon Backx 2022-07-22 15:31:27 +02:00
parent b2c7a49398
commit 4bd1181e33

View file

@ -99,10 +99,6 @@ export default class App extends React.Component {
let admin = null;
try {
admin = await this.adminApi.getUser();
/* eslint-disable no-console */
console.log(admin);
/* eslint-enable no-console */
} catch (e) {
// Loading of admin failed. Could be not signed in, or a different error (not important)
// eslint-disable-next-line no-console