mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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;
|
let admin = null;
|
||||||
try {
|
try {
|
||||||
admin = await this.adminApi.getUser();
|
admin = await this.adminApi.getUser();
|
||||||
|
|
||||||
/* eslint-disable no-console */
|
|
||||||
console.log(admin);
|
|
||||||
/* eslint-enable no-console */
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Loading of admin failed. Could be not signed in, or a different error (not important)
|
// Loading of admin failed. Could be not signed in, or a different error (not important)
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
|
|
Loading…
Add table
Reference in a new issue