forked from External/mage
Removed unuseful proto fields. Added a better pom.xml documentation. Removed an unuseful logging.
This commit is contained in:
parent
379e61f98a
commit
46e560bd94
4 changed files with 4 additions and 9 deletions
|
|
@ -16,7 +16,6 @@ public class TableRecorderImpl implements TableRecorder {
|
|||
|
||||
public void record(Table table) {
|
||||
TableProto proto = table.toProto();
|
||||
logger.info("Adding record:\n" + proto.toString());
|
||||
TableRecordRepository.instance.add(new TableRecord(proto, proto.getEndTimeMs()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue