Skip to content

Commit e801f34

Browse files
committed
Merge pull request #857 from itsazzad/patch-3
removed unused line
2 parents 2128578 + e70a46d commit e801f34

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/multi-api.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
$client->addScope("https://www.googleapis.com/auth/drive");
4242
$client->addScope("https://www.googleapis.com/auth/youtube");
4343

44-
$service = new Google_Service_Drive($client);
45-
4644
// add "?logout" to the URL to remove a token from the session
4745
if (isset($_REQUEST['logout'])) {
4846
unset($_SESSION['multi-api-token']);

0 commit comments

Comments
 (0)