summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-06 14:37:35 (GMT)
committervlad <vlad@tyrion.(none)>2012-10-13 13:55:45 (GMT)
commit2267554fcf1a73dc761d3a15b152192d3f420d7f (patch)
tree2d61175723dfb460c2a169a1e0e3430a9de4fdde /SwifTools
parent5427ffbb3ea13cd4ee078dd640db8cd43bab303d (diff)
downloadswift-contrib-2267554fcf1a73dc761d3a15b152192d3f420d7f.zip
swift-contrib-2267554fcf1a73dc761d3a15b152192d3f420d7f.tar.bz2
Moved the settings from main window to chat window, also added lots of small improvments
Diffstat (limited to 'SwifTools')
-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;