removing spurious debug statement

This commit is contained in:
root 2011-08-24 16:48:52 +05:30
parent a6ab4ac3ad
commit eda107daae
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();
}