Skip to content

Commit 1e1d77c

Browse files
committed
[debug]: remove debug code
1 parent 01dc0fe commit 1e1d77c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Services/neon-cluster-operator/Controllers/Minio/MinioBucketController.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,8 @@ public override async Task<ResourceControllerResult> ReconcileAsync(V1MinioBucke
100100
{
101101
await SyncContext.Clear;
102102

103-
//################################
104-
// $debug(jefflill): RESTORE THIS!
105-
//################################
106-
107103
using (var activity = TelemetryHub.ActivitySource?.StartActivity())
108104
{
109-
#if TODO
110105
Tracer.CurrentSpan?.AddEvent("reconcile", attributes => attributes.Add("resource", nameof(V1MinioBucket)));
111106

112107
logger?.LogInformationEx(() => $"Reconciling {resource.GetType().FullName} [{resource.Namespace()}/{resource.Name()}].");
@@ -176,7 +171,6 @@ await k8s.CustomObjects.PatchNamespacedCustomObjectStatusAsync<V1MinioBucket>(
176171
namespaceParameter: resource.Namespace());
177172

178173
logger?.LogInformationEx(() => $"RECONCILED: {resource.Name()}");
179-
#endif
180174

181175
return null;
182176
}

0 commit comments

Comments
 (0)