Merge branch '13933-dispatch-batch-size'
[arvados.git] / services / keepstore / trash_worker.go
index a6f09c14776c37b22f57cc925917b5bb89062911..cbb831ebc000849c71fedd945a4574ea6f4f1171 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -5,7 +9,6 @@ import (
        "time"
 
        "git.curoverse.com/arvados.git/sdk/go/arvados"
-       log "github.com/Sirupsen/logrus"
 )
 
 // RunTrashWorker is used by Keepstore to initiate trash worker channel goroutine.