Skip to content

Commit

Permalink
- [X] Remove Dump
Browse files Browse the repository at this point in the history
  • Loading branch information
aemaddin committed Mar 17, 2024
1 parent 152ffb9 commit 02e18ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Zoho.php
Expand Up @@ -74,8 +74,6 @@ public static function useEnvironment(Environment $environment): static
*/
public static function initialize($code = null): void
{
//dump('initializing...');

$environment = self::$environment ?: self::getDataCenterEnvironment();
$resourcePath = config('zoho.resourcePath');
$token_store = new FileStore(config('zoho.token_persistence_path'));
Expand Down

0 comments on commit 02e18ae

Please sign in to comment.