mirror of https://github.com/apache/cloudstack.git
removing spurious debug statement
This commit is contained in:
parent
a6ab4ac3ad
commit
eda107daae
|
|
@ -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