diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-24 14:41:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-24 14:41:41 +0100 |
commit | 594f81b04c7d9194274395c06ffaf6b51d87e441 (patch) | |
tree | c6c92218b28b48e41d16e04b7f546423a93d98bf /cmd/datamaps | |
parent | e68c3d4532816b54a7dce271ecbe345a685bd651 (diff) | |
parent | 36f3983b039905c54a957f236e4a9718ea7c918f (diff) |
merged laptop and desktop changes
Diffstat (limited to 'cmd/datamaps')
-rw-r--r-- | cmd/datamaps/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/datamaps/main.go b/cmd/datamaps/main.go index 15d635a..74a8133 100644 --- a/cmd/datamaps/main.go +++ b/cmd/datamaps/main.go @@ -12,7 +12,6 @@ import ( ) func main() { - opts := datamaps.ParseOptions() switch opts.Command { |