aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-18 08:46:11 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-18 08:46:11 -0700
commitc27b8ba5e2ad9e42c0a451aca324668b0ebcd79f (patch)
tree0e1d0e21c46d0afabebc92b742264463130dc912
parentb808655b2b48cdcbb7591695dd64db455252970e (diff)
downloadpandoc-c27b8ba5e2ad9e42c0a451aca324668b0ebcd79f.tar.gz
Removed debug print statement left in my mistake.
-rw-r--r--src/pandoc.hs1
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