Skip to content

Commit

Permalink
去掉打印字符
Browse files Browse the repository at this point in the history
  • Loading branch information
zozoh committed Sep 22, 2013
1 parent 46de88b commit 2de42ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/nutz/lang/Times.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ public static long ams(String ds) {
public static long ams(String ds, TimeZone tz) {
Matcher m = _P_TIME.matcher(ds);
if (m.find()) {

System.out.println(Dumps.matcherFound(m));
int yy = _int(m, 2, 1970);
int MM = _int(m, 4, 1);
int dd = _int(m, 6, 1);
Expand Down

0 comments on commit 2de42ff

Please sign in to comment.