Commnt out debug find command, failing on syntax error

Change-Id: Ice6aa86120085e240992ef2789fa3febfea772f8
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index 1da683f..46ed0df 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -344,7 +344,9 @@
 echo '** [DEBUG] Display logfiles for RobotPublisher consumption'
 echo "PWD: $(/bin/pwd)"
 echo '** -----------------------------------------------------------------------'
-find . \( -name 'log*.html' -o -name 'output*.xml' -o -name 'report*.html' \) -print
+
+# find . \( -name 'log*.html' -o -name 'output*.xml' -o -name 'report*.html' \) -print
+
 echo
 '
 ''')