Skip to content

Commit

Permalink
clean debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Mar 29, 2016
1 parent 2d7db4d commit 105ba75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/chenlb/mmseg4j/Dictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ public boolean accept(File dir, String name) {
private Map<Character, CharNode> loadDic(File wordsPath) throws IOException {
InputStream charsIn;
File charsFile = new File(wordsPath, "chars.dic");
System.out.println("ERROR:"+charsFile.getAbsolutePath());
if(charsFile.exists()) {
charsIn = new FileInputStream(charsFile);
addLastTime(charsFile); //chars.dic 也检测是否变更
Expand Down

0 comments on commit 105ba75

Please sign in to comment.