Removed sleep call that was accidentally checked in.

This commit is contained in:
will 2011-01-25 11:36:21 -08:00
parent 8f138d9330
commit 11b9733f0c

View File

@ -116,11 +116,6 @@ public class AttachVolumeCmd extends BaseAsyncCmd {
@Override
public void execute(){
try {
Thread.sleep(2000);
} catch (Exception e) {
}
Volume result = _userVmService.attachVolumeToVM(this);
if (result != null) {
VolumeResponse response = _responseGenerator.createVolumeResponse(result);