diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-18 08:46:11 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-18 08:46:11 -0700 |
commit | c27b8ba5e2ad9e42c0a451aca324668b0ebcd79f (patch) | |
tree | 0e1d0e21c46d0afabebc92b742264463130dc912 | |
parent | b808655b2b48cdcbb7591695dd64db455252970e (diff) | |
download | pandoc-c27b8ba5e2ad9e42c0a451aca324668b0ebcd79f.tar.gz |
Removed debug print statement left in my mistake.
-rw-r--r-- | src/pandoc.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs index dfba4093d..7b5d5fae5 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -934,7 +934,6 @@ main = do then UTF8.readFile cslfile else do csldir <- getAppUserDataDirectory "csl" - print csldir readDataFile datadir (replaceDirectory (replaceExtension cslfile "csl") csldir) abbrevs <- maybe (return []) CSL.readJsonAbbrevFile cslabbrevs |