mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
Removed forgotten debug println. *sigh*
This commit is contained in:
parent
ebac31b71a
commit
9f8d88a20a
@ -110,7 +110,6 @@ private[oc] object Registry extends api.detail.DriverAPI {
|
||||
case arg =>
|
||||
val converted = new util.HashMap[AnyRef, AnyRef]()
|
||||
memo += arg -> converted
|
||||
println("applying " + converters.size + " converters to " + arg.getClass.getName)
|
||||
converters.foreach(converter => try converter.convert(arg, converted) catch {
|
||||
case t: Throwable => OpenComputers.log.log(Level.WARNING, "Type converter threw an exception.", t)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user