Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolinski committed Apr 10, 2019
1 parent cc03283 commit 51146e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/core/executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def exec_path_call(
self, path: Path, extra_quargs: Optional[Dict[str, str]] = None, **kwargs: Any
) -> ApiResponse:
caching_enabled = self._should_use_cache(path, kwargs.get("no_cache", False))
print(caching_enabled)

api_path, query_args = path.get_path_and_qargs()
query_args.update(extra_quargs or {})

Expand Down

0 comments on commit 51146e9

Please sign in to comment.