From 105ba758e02c890f09f85edbac9854b96fe7ad42 Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 29 Mar 2016 11:53:16 +0800 Subject: [PATCH] clean debug info --- src/main/java/com/chenlb/mmseg4j/Dictionary.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/chenlb/mmseg4j/Dictionary.java b/src/main/java/com/chenlb/mmseg4j/Dictionary.java index e6e2e45..625c4cb 100644 --- a/src/main/java/com/chenlb/mmseg4j/Dictionary.java +++ b/src/main/java/com/chenlb/mmseg4j/Dictionary.java @@ -155,7 +155,6 @@ public boolean accept(File dir, String name) { private Map 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 也检测是否变更