diff --git a/cmd/compile.go b/cmd/compile.go index 095f48b..b911583 100644 --- a/cmd/compile.go +++ b/cmd/compile.go @@ -29,8 +29,6 @@ Files that have already been compiled will be skipped, unless the lilypond file has been edited.`, Run: func(cmd *cobra.Command, args []string) { path, opts := getSettings() - - // Compile files compiler.CompileDir(path, opts) }, }