Skip to content

Commit a0bd401

Browse files
committed
Remove debug check
1 parent 35d0d03 commit a0bd401

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Memory/CookieMemory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class CookieMemory implements Memory
1010

1111
public function hasContinued(): bool
1212
{
13-
return false;
14-
1513
return ! ! Cookie::get(static::KEY);
1614
}
1715

0 commit comments

Comments
 (0)