mirror of
https://github.com/apache/cloudstack
synced 2026-09-03 01:49:06 +00:00
removing spurious debug statement
This commit is contained in:
parent
bd439831ad
commit
01044c5b2d
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user