fix(serialize-generator): remove debug log
This commit is contained in:
parent
f229dd496b
commit
efff813ed6
@ -33,7 +33,6 @@ public class InferredAdapter extends AdapterAdapter<InferredAdapter.Hydrated> {
|
||||
var tmp = findTypeAdapterClass(type, refs);
|
||||
// Ignore nullSafe for now
|
||||
if (tmp != null) {
|
||||
message.printMessage(Diagnostic.Kind.WARNING, "Inferred type adapter for " + type + " to " + tmp.left() + " (nullSafe: " + tmp.right() + ")");
|
||||
this.typeAdapterClass = tmp.left();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user