Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Removing debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Macnamara committed Jun 1, 2016
1 parent d7ff4f0 commit 14cc781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Driver/Cache/MemcachedDriver.php
Expand Up @@ -38,7 +38,6 @@ public function __construct($host, $port)
*/
public function flushCache()
{
var_dump('called');
$this->connect()
->flush();
}
Expand Down

0 comments on commit 14cc781

Please sign in to comment.