Skip to content

Commit 966ecab

Browse files
committed
fix: remove debug
1 parent 4b261af commit 966ecab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/TokenController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function showTokens(RequestContextService $ctx, CacheItemPoolInterface $c
132132

133133
if (!$cacheItem->isHit()) {
134134
print_r($cacheItem);
135-
exit();
135+
//exit();
136136
$tokens = $this->tokenService->getTokens($userAuth);
137137
$cacheItem->set($tokens);
138138
$cache->save($cacheItem);

0 commit comments

Comments
 (0)