Removed unnecessary command from Google_sync.php

This commit is contained in:
Alex Tselegidis 2020-09-23 12:47:47 +03:00
parent 532548d64d
commit 12c25da042

View file

@ -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'));