From 6ba8989bbbd497f949a3e8b17abed1d0bd048347 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 24 Jan 2017 21:55:56 -0500 Subject: Removed some debug output --- lib/form.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/form.cpp') diff --git a/lib/form.cpp b/lib/form.cpp index ef9703a..5d4c343 100644 --- a/lib/form.cpp +++ b/lib/form.cpp @@ -66,7 +66,6 @@ namespace verbly { if (!pronunciations.empty()) { return std::any_of(std::begin(pronunciations), std::end(pronunciations), [] (const verbly::pronunciation& p) { - std::cout << "phonemes: " << implode(std::begin(p.getPhonemes()), std::end(p.getPhonemes()), ",") << std::endl; return p.getPhonemes().front().find_first_of("012") != std::string::npos; }); } else { -- cgit 1.4.1