diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php
index d0a988f96b96140db1153a3acc9f46906a3464f7..efd3f03bc6266e473428815ae2bfbb42fb7ff12d 100755
--- a/apps/files_encryption/tests/util.php
+++ b/apps/files_encryption/tests/util.php
@@ -172,7 +172,7 @@ class Test_Enc_Util extends \PHPUnit_Framework_TestCase {
 		
 		$files = $util->findEncFiles( '/', 'encrypted' );
 		
-		var_dump( $files );
+		//var_dump( $files );
 		
 		# TODO: Add more tests here to check that if any of the dirs are 
 		# then false will be returned. Use strict ordering?