From aaad2e29d919b2660dabda9a5e53501c72fa2d06 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 20 Mar 2016 16:03:14 +0100 Subject: [PATCH] Removes solved TODO --- compiler/lilypond.go | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/lilypond.go b/compiler/lilypond.go index b2a4f42..bdf0c75 100644 --- a/compiler/lilypond.go +++ b/compiler/lilypond.go @@ -39,7 +39,6 @@ func PrepareLilypond(opts *settings.Settings) { lilypondArgs = append(lilypondArgs, "--loglevel=ERROR") lilypondArgs = append(lilypondArgs, "--pdf") - // TODO: Make this an absolute path. lilypondArgs = append(lilypondArgs, "--output="+opts.OutputDir) if !helpers.Exists(opts.OutputDir) { log.WithFields(log.Fields{"path": opts.OutputDir}).Info("creating output directory")