mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Removed sleep call that was accidentally checked in.
This commit is contained in:
parent
8f138d9330
commit
11b9733f0c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user