Skip to content

Commit fdb523d

Browse files
committed
Remove a debug code.
1 parent 0d580cc commit fdb523d

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

services/secondary-storage/src/org/apache/cloudstack/storage/resource/LocalNfsSecondaryStorageResource.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import com.cloud.agent.api.to.SwiftTO;
2929
import com.cloud.storage.JavaStorageLayer;
3030
import com.cloud.storage.VMTemplateStorageResourceAssoc.Status;
31+
3132
import org.apache.cloudstack.storage.template.DownloadManagerImpl;
3233
import org.apache.cloudstack.storage.template.DownloadManagerImpl.ZfsPathParser;
3334
import com.cloud.utils.S3Utils;
@@ -45,16 +46,6 @@ public LocalNfsSecondaryStorageResource() {
4546
((DownloadManagerImpl) _dlMgr).setThreadPool(Executors.newFixedThreadPool(10));
4647
_storage = new JavaStorageLayer();
4748
this._inSystemVM = false;
48-
System.setProperty("paths.script", "/Users/minc/dev/cloud-asf"); // This
49-
// is
50-
// just
51-
// for
52-
// my
53-
// testing,
54-
// not
55-
// for
56-
// QA
57-
// build
5849
}
5950

6051
@Override

0 commit comments

Comments
 (0)