summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-06 14:37:35 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:04:10 (GMT)
commit7c868599331a7b4156c3572ba4f3dc75af57ce97 (patch)
tree37a2ce59535bb19dc5136f1f09da01e89290a44b /SwifTools/SpellCheckerFactory.cpp
parent91f344444c54f11de132cf22a7ba323727104989 (diff)
downloadswift-contrib-7c868599331a7b4156c3572ba4f3dc75af57ce97.zip
swift-contrib-7c868599331a7b4156c3572ba4f3dc75af57ce97.tar.bz2
Moved the settings from main window to chat window, also added lots of small improvments
Diffstat (limited to 'SwifTools/SpellCheckerFactory.cpp')
-rw-r--r--SwifTools/SpellCheckerFactory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/SwifTools/SpellCheckerFactory.cpp b/SwifTools/SpellCheckerFactory.cpp
index 9ac33cd..835cda9 100644
--- a/SwifTools/SpellCheckerFactory.cpp
+++ b/SwifTools/SpellCheckerFactory.cpp
@@ -19,7 +19,6 @@ SpellCheckerFactory::SpellCheckerFactory() {
SpellChecker* SpellCheckerFactory::createSpellChecker(const char* affixPath, const char* dictPath) {
#ifdef HAVE_HUNSPELL
- std::cout << affixPath << std::endl << dictPath << std::endl;
return new HunspellChecker(affixPath, dictPath);
#endif
return NULL;