DBZ-2337 Removing superfluous log statement

This commit is contained in:
Gunnar Morling 2021-05-18 21:47:16 +02:00
parent 5fbc181b5e
commit a362760429

View File

@ -109,11 +109,6 @@ protected void lockTablesForSchemaSnapshot(ChangeEventSourceContext sourceContex
// now that we have the locks, refresh the schema
schema.refresh(jdbcConnection, false);
}
else {
// if we are not in an exported snapshot, this may result in some inconsistencies.
// Let the user know
LOGGER.info("Skipping locking each table in an exported snapshot");
}
}
@Override