From 11cabafeb7116715704eb441df7c92068924306d Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Thu, 20 Jun 2019 14:16:25 -0400 Subject: [PATCH] . --- punch_list/eventManage.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/punch_list/eventManage.js b/punch_list/eventManage.js index 6c5d114..a75e0e7 100644 --- a/punch_list/eventManage.js +++ b/punch_list/eventManage.js @@ -22,8 +22,8 @@ function putJson(data) { function getJson() { - var GoogleAuth = gapi.auth2.init(); - if (GoogleAuth.isSignedIn.get() === true) { +// var GoogleAuth = gapi.auth2.init(); +// if (GoogleAuth.isSignedIn.get() === true) { displayMeta(); console.log(`getJson`); let req = new XMLHttpRequest(); @@ -38,9 +38,9 @@ function getJson() { req.open("GET", jsonUrl, true); req.send(); - } else { - console.log('not logged in'); - } +// } else { +// console.log('not logged in'); +// } } function findArrayId(uid) {