summaryrefslogtreecommitdiffstats
path: root/lib/parse/parseGlossary.js
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-04-26 11:00:36 +0200
committerSamy Pesse <samypesse@gmail.com>2016-04-26 11:00:36 +0200
commit8a3f80ba82bd706083015f228c551d64768a287e (patch)
tree1afa30295ff795ec209e91501f6d4146dd1dd4d4 /lib/parse/parseGlossary.js
parent374ebd6f7a77bfbde00f5d1e730403afd86e018f (diff)
downloadgitbook-8a3f80ba82bd706083015f228c551d64768a287e.zip
gitbook-8a3f80ba82bd706083015f228c551d64768a287e.tar.gz
gitbook-8a3f80ba82bd706083015f228c551d64768a287e.tar.bz2
Add test for parsing glossary
Diffstat (limited to 'lib/parse/parseGlossary.js')
-rw-r--r--lib/parse/parseGlossary.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parse/parseGlossary.js b/lib/parse/parseGlossary.js
index 1dbfbe0..a96e5fc 100644
--- a/lib/parse/parseGlossary.js
+++ b/lib/parse/parseGlossary.js
@@ -16,7 +16,6 @@ function parseGlossary(book) {
return book;
}
-
logger.debug.ln('glossary index file found at', file.getPath());
var glossary = Glossary.createFromEntries(file, entries);