]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 14 Nov 2013 11:13:22 +0000 (12:13 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 14 Nov 2013 11:13:22 +0000 (12:13 +0100)
apps/files_encryption/tests/util.php

index 0f21ed96e45cc02dfb06cd8751563ae29636fda0..e8dfb74f3f398c12022ae7dc0a671f30453fbf18 100755 (executable)
@@ -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