diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/totalrecall/main.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go index a17bc83..c58565f 100644 --- a/cmd/totalrecall/main.go +++ b/cmd/totalrecall/main.go @@ -37,11 +37,6 @@ func main() { } func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error { - // Check if output directory was set in config file - if !cmd.Flags().Changed("output") && flags.OutputDir != "" { - // Output directory already set by flags - } - // Handle --archive flag if flags.Archive { home, _ := os.UserHomeDir() |
