removed statement that alters the log level
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -33,7 +33,6 @@ public class ItemDb {
|
||||
|
||||
public void migrateTo(StockDb stockDb) {
|
||||
try {
|
||||
ColorLogger.setLogLevel("Query",DEBUG);
|
||||
var companyLocations = new HashMap<Long,Location>();
|
||||
var companyInfo = new HashMap<Long, Tuple<Company,String>>(); // map from companyId → (company, language)
|
||||
LOG.log(DEBUG,"Reading items:\nid: code / name / unit / price / tax rate");
|
||||
|
||||
Reference in New Issue
Block a user