Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit e801f34

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: examples/multi-api.php

-2
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)