remove debug output

This commit is contained in:
Bjoern Schiessle 2013-11-14 12:13:22 +01:00
parent 2df3763675
commit 2624a6cb32
1 changed files with 0 additions and 6 deletions

View File

@ -322,9 +322,6 @@ class Test_Encryption_Util extends \PHPUnit_Framework_TestCase {
$fileInfoEncrypted = $this->view->getFileInfo($this->userId . '/files/' . $filename);
print("\n File Info Encrypted\n");
print_r($fileInfoEncrypted);
$this->assertTrue(is_array($fileInfoEncrypted));
// encrypt all unencrypted files
@ -332,9 +329,6 @@ class Test_Encryption_Util extends \PHPUnit_Framework_TestCase {
$fileInfoUnencrypted = $this->view->getFileInfo($this->userId . '/files/' . $filename);
print("\n File Info Unencrypted\n");
print_r($fileInfoUnencrypted);
$this->assertTrue(is_array($fileInfoUnencrypted));
// check if mtime and etags unchanged