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

Commit 8c851f5

Browse files
committed
Removing comments.
1 parent bb3c0a8 commit 8c851f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ApiService/ApiService/onefuzzlib/AutoScale.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,4 @@ public async Async.Task<AutoScale> Update(
381381
}
382382
return entry;
383383
}
384-
385-
// public async Async.Task Delete(AutoScale autoScale) {
386-
// var r = await base.Delete(autoScale);
387-
// if (!r.IsOk) {
388-
// _logTracer.AddHttpStatus(r.ErrorV);
389-
// _logTracer.LogError("Failed to autoscale entry {MachineId}", autoScale.ScalesetId);
390-
// }
391-
// }
392384
}

0 commit comments

Comments
 (0)