Skip to content

Commit

Permalink
Removing hardcoded log paths from the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Apr 5, 2014
1 parent 1baed86 commit 4d92a83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
$token = new \Tmdb\ApiToken(TMDB_API_KEY);
$client = new \Tmdb\Client($token);

$client->setLogging(true, '/www/dev/php-tmdb-api/tmdb.log');

$requestToken = new \Tmdb\RequestToken(TMDB_REQUEST_TOKEN);

$authenticationRepository = new \Tmdb\Repository\AuthenticationRepository($client);
Expand Down
2 changes: 0 additions & 2 deletions examples/movies/model/rate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
$client->setSessionToken($sessionToken);
*/

$client->setLogging(true, '/www/dev/php-tmdb-api/tmdb.log');

$guestSessionToken = new \Tmdb\GuestSessionToken(TMDB_GUEST_SESSION_TOKEN);
$client->setSessionToken($guestSessionToken);

Expand Down

0 comments on commit 4d92a83

Please sign in to comment.