diff --git a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java index d77d407..f21456e 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java +++ b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java @@ -623,7 +623,6 @@ public class DepotMarshaller // try to update migratingVersion to the new version to indicate to other processes // that we are handling the migration and that they should wait if (ctx.invoke(new UpdateMigratingVersion(_schemaVersion, 0)) > 0) { - log.info("Got migration lock for " + _pClass.getName() + "."); break; // we got the lock, let's go }