mirror of https://github.com/AMT-Cheif/drift.git
remove print
This commit is contained in:
parent
d03414bd80
commit
091469a498
|
@ -256,7 +256,6 @@ class _TableNames {
|
|||
}
|
||||
|
||||
void _writeProcessedTableManager(TextEmitter leaf, String dbClassName) {
|
||||
print(table.entityInfoName);
|
||||
leaf
|
||||
..write('class $processedTableManager extends ')
|
||||
..writeDriftRef('ProcessedTableManager')
|
||||
|
|
Loading…
Reference in New Issue