From e886f05188200c96bbbc3e7858ea0bfd63a5fd90 Mon Sep 17 00:00:00 2001 From: Saiya Date: Wed, 3 Mar 2021 01:40:22 +0800 Subject: [PATCH] fix: remove unused file --- app/home/home.js | 1 - app/index-auth.js | 3 --- index.html | 1 - 3 files changed, 5 deletions(-) delete mode 100644 app/index-auth.js diff --git a/app/home/home.js b/app/home/home.js index 92d741b..1e65e56 100644 --- a/app/home/home.js +++ b/app/home/home.js @@ -32,7 +32,6 @@ homeModule.config([ $scope.authStatus = {status: 'warning', message: 'loading'}; getCurrentUser().then(res => { - console.log('curr', res) $scope.authStatus = res; $scope.$digest(); }) diff --git a/app/index-auth.js b/app/index-auth.js deleted file mode 100644 index 48fe24b..0000000 --- a/app/index-auth.js +++ /dev/null @@ -1,3 +0,0 @@ -document.getElementById('gh-auth').addEventListener('click', function () { - location.href = getGithubAuthUrl() -}) \ No newline at end of file diff --git a/index.html b/index.html index c5d1469..bff9554 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,6 @@ -