oft: remove log when adding test
diff --git a/oft b/oft
index c1e8600..20ea660 100755
--- a/oft
+++ b/oft
@@ -429,7 +429,6 @@
 
 for (modname, (mod, tests)) in test_modules.items():
     for (testname, test) in tests.items():
-        logging.info("Adding test " + modname + "." + testname)
         suite.addTest(test())
 
 # Allow platforms to import each other