summaryrefslogtreecommitdiff
path: root/cmd/dtailhealthcheck
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-09 21:10:29 +0300
committerPaul Buetow <paul@buetow.org>2021-10-10 13:36:41 +0300
commit97747ea0f3178f7f5890512d483fdccaa82846b0 (patch)
tree9ff1335ca26afc90e55fd6de416457e252d75a35 /cmd/dtailhealthcheck
parent7a7169791a64190e1002e38bc9c04ad0d5c1ce1f (diff)
vetting and linting and some code restyling
Diffstat (limited to 'cmd/dtailhealthcheck')
-rw-r--r--cmd/dtailhealthcheck/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/dtailhealthcheck/main.go b/cmd/dtailhealthcheck/main.go
index 0f37f8a..b0ba4cd 100644
--- a/cmd/dtailhealthcheck/main.go
+++ b/cmd/dtailhealthcheck/main.go
@@ -35,7 +35,6 @@ func main() {
defer cancel()
var wg sync.WaitGroup
wg.Add(1)
-
dlog.Start(ctx, &wg, source.HealthCheck)
if pprof > -1 {