aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd/skate-cdx-lookup
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-05-21 21:38:23 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-05-21 21:38:23 +0200
commitf11aa899c7a4bb0ffca72dacdafff422c435c1f1 (patch)
treecdd04bed380b80dbc5bd4961957c570b4e48583b /skate/cmd/skate-cdx-lookup
parentff07890fa0fd068bb6614d9f366572d6ce04caf6 (diff)
downloadrefcat-f11aa899c7a4bb0ffca72dacdafff422c435c1f1.tar.gz
refcat-f11aa899c7a4bb0ffca72dacdafff422c435c1f1.zip
more inline docs
Diffstat (limited to 'skate/cmd/skate-cdx-lookup')
-rw-r--r--skate/cmd/skate-cdx-lookup/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/skate/cmd/skate-cdx-lookup/main.go b/skate/cmd/skate-cdx-lookup/main.go
index 0578098..a6fc5f9 100644
--- a/skate/cmd/skate-cdx-lookup/main.go
+++ b/skate/cmd/skate-cdx-lookup/main.go
@@ -51,7 +51,6 @@ func main() {
log.Fatal(err)
}
line = strings.TrimSpace(line)
-
if !cache.Has(line) {
_, b, err := skate.LookupCDX(line)
if err != nil {