Skip to content

Commit 97b5e10

Browse files
authored
Update AzureBlobFileUpload.java
1 parent 37a5385 commit 97b5e10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/org/citybot/ant/AzureBlobFileUpload.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ public void execute() {
7676
if(filesets.isEmpty()) {
7777
throw new BuildException("A nested 'fileset' is required");
7878
}
79-
if (blobPath==null) {
80-
blobPath = null;
81-
}
82-
8379
try {
8480
String storageConnectionString = String.format("DefaultEndpointsProtocol=%s;AccountName=%s;AccountKey=%s", protocol, account, key);
8581
CloudStorageAccount storageAccount = CloudStorageAccount.parse(storageConnectionString);

0 commit comments

Comments
 (0)