Revert "Turn on logging for oat file assistant tests."

This reverts commit f45599d8f92748c5c2d2aec515948932c52444eb.

Change-Id: I33c6c5bf1d2643bdf8ce13708f376d01599c2a98
diff --git a/runtime/oat_file_assistant_test.cc b/runtime/oat_file_assistant_test.cc
index 4232b88..d683cdc 100644
--- a/runtime/oat_file_assistant_test.cc
+++ b/runtime/oat_file_assistant_test.cc
@@ -67,7 +67,7 @@
   }
 
   virtual void SetUpRuntimeOptions(RuntimeOptions* options) {
-    options->push_back(std::make_pair("-verbose:oat", nullptr));
+    // options->push_back(std::make_pair("-verbose:oat", nullptr));
 
     // Set up the image location.
     options->push_back(std::make_pair("-Ximage:" + GetImageLocation(),