From 1216468c5bf73adb17240a2c5931dcb37c4254a0 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 20 Mar 2016 16:24:39 +0100 Subject: [PATCH] Removes obvious comment --- cmd/compile.go | 2 -- 1 file changed, 2 deletions(-) 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) }, }