Skip to content

Commit

Permalink
remove Debug Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisaha committed Jan 13, 2020
1 parent 0bf1d14 commit 38ca466
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/Functional/TestKernel.php
Expand Up @@ -51,9 +51,7 @@ public function registerBundles()

public function getCacheDir()
{
$str = sys_get_temp_dir().'/XiideaEasyAuditBundle/'.substr(sha1($this->config), 0, 6);
file_put_contents('/Users/Projects/libs/php/EasyAuditBundle/a.txt', $str);
return $str.'/cache';
return sys_get_temp_dir().'/XiideaEasyAuditBundle/'.substr(sha1($this->config), 0, 6).'/cache';
}

public function getLogDir()
Expand Down

0 comments on commit 38ca466

Please sign in to comment.