Archived
1
0

Removes obvious comment

This commit is contained in:
Jip J. Dekker 2016-03-20 16:24:39 +01:00
parent 8839cdb66e
commit 1216468c5b

View File

@ -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)
},
}