Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit d8b33b9

Browse files
committed
Removed the unused code.
1 parent 4abca10 commit d8b33b9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Sitecore.Azure.Diagnostics/Storage/AzureBlobStorageProvider.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,6 @@ public virtual ICloudBlob CreateBlob(string blobName)
258258
this.CloudBlobContainer.GetAppendBlobReference(blobName) :
259259
this.GetContainer(this.ContainerName).GetAppendBlobReference(blobName);
260260

261-
//if (!blob.Exists())
262-
//{
263-
// // Create an empty append blob or throw an exception if the blob exists.
264-
// blob.CreateOrReplace(AccessCondition.GenerateIfNotExistsCondition());
265-
//}
266-
267261
return blob;
268262
}
269263

0 commit comments

Comments
 (0)