summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-11-14 12:13:22 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2013-11-14 12:13:22 +0100
commit2624a6cb328102c4029b91dcc7617fa953ac454d (patch)
tree4bdd40297e96d2ac2b2fff67a3649e47fae934b0 /apps
parent2df376367582edfbbfb98f8fe9837c5b57e5ad0c (diff)
downloadnextcloud-server-2624a6cb328102c4029b91dcc7617fa953ac454d.tar.gz
nextcloud-server-2624a6cb328102c4029b91dcc7617fa953ac454d.zip
remove debug output
Diffstat (limited to 'apps')
-rwxr-xr-xapps/files_encryption/tests/util.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php
index 0f21ed96e45..e8dfb74f3f3 100755
--- a/apps/files_encryption/tests/util.php
+++ b/apps/files_encryption/tests/util.php
@@ -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