removing spurious debug statement

This commit is contained in:
root 2011-08-24 16:47:29 +05:30
parent bd439831ad
commit 01044c5b2d
1 changed files with 0 additions and 1 deletions

View File

@ -529,7 +529,6 @@ public class UserVmDaoImpl extends GenericDaoBase<UserVmVO, Long> implements Use
sb.append(" ?,");
}
sb.deleteCharAt(sb.length()-1).append(")");
System.out.println("Appending " + sb.toString());
return sb.toString();
}