No longer exciting.

Bug 3001709.

Change-Id: I7cb2033265f419b8a0cfc148cbc8e976686489d9
diff --git a/vm/oo/Array.c b/vm/oo/Array.c
index 9749f77..a2f21e6 100644
--- a/vm/oo/Array.c
+++ b/vm/oo/Array.c
@@ -513,9 +513,9 @@
          * Another thread must have loaded the class after we
          * started but before we finished.  Discard what we've
          * done and leave some hints for the GC.
+         *
+         * (Yes, this happens.)
          */
-        LOGI("WOW: somebody generated %s simultaneously\n",
-            newClass->descriptor);
 
         /* Clean up the class before letting the
          * GC get its hands on it.