mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Removed unnecessary command from Google_sync.php
This commit is contained in:
parent
532548d64d
commit
12c25da042
1 changed files with 0 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue