diff options
Diffstat (limited to 'Swift/Controllers/HighlightEditorController.cpp')
| -rw-r--r-- | Swift/Controllers/HighlightEditorController.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/Swift/Controllers/HighlightEditorController.cpp b/Swift/Controllers/HighlightEditorController.cpp index cb2c3b8..1a67cc8 100644 --- a/Swift/Controllers/HighlightEditorController.cpp +++ b/Swift/Controllers/HighlightEditorController.cpp @@ -43,10 +43,7 @@ void HighlightEditorController::handleUIEvent(boost::shared_ptr<UIEvent> rawEven  void HighlightEditorController::handleContactSuggestionsRequested(const std::string& text)  {  	if (contactSuggester_) { -		std::cout << "PASSING JID SUGGESTIONS TO WINDOW!" << std::endl;  		highlightEditorWindow_->setContactSuggestions(contactSuggester_->getSuggestions(text)); -	} else { -		std::cout << "PASSING JID SUGGESTIONS TO WINDOW: FAILED - OFFLINE!" << std::endl;  	}  } | 
 Swift
 Swift