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:
parent
b2c7a49398
commit
4bd1181e33
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue