Skip to content

Commit

Permalink
清理一下
Browse files Browse the repository at this point in the history
  • Loading branch information
juqkai committed Sep 5, 2012
1 parent 07b3c0f commit 5599ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/nutz/mapl/impl/convert/FilterConvertImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected void LRD(String path, Object item) {
}
int isFilter = 0;
for(String p : items){
System.out.println(p + ":" + path);
if(!(
p.equals(path)
|| path.startsWith((p + "."))
Expand Down

0 comments on commit 5599ba7

Please sign in to comment.