From 12c25da042f1cfe173c313c5e74a06626437ef78 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 23 Sep 2020 12:47:47 +0300 Subject: [PATCH] Removed unnecessary command from Google_sync.php --- application/libraries/Google_sync.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/libraries/Google_sync.php b/application/libraries/Google_sync.php index d0f3bf6a..bd493647 100644 --- a/application/libraries/Google_sync.php +++ b/application/libraries/Google_sync.php @@ -56,7 +56,6 @@ class Google_Sync { // Initialize google client and calendar service. $this->client = new Google_Client(); -// $this->client->setUseObjects(TRUE); $this->client->setApplicationName($this->framework->config->item('google_application_name')); $this->client->setClientId($this->framework->config->item('google_client_id'));