disable debug info for now
This commit is contained in:
parent
9d5a242c48
commit
c0590c9010
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class TemplateProvider {
|
|||
content += tmpLine + '\n';
|
||||
}
|
||||
templates_.put(tokensStrings[0],content);
|
||||
System.out.println(String.format("read %s with content: %s\n",tokensStrings[0],content));
|
||||
//System.out.println(String.format("read %s with content: %s\n",tokensStrings[0],content));
|
||||
tmpReader.close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue