Skip to content

Commit

Permalink
Remove forgotten debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Nov 18, 2023
1 parent 503832a commit 1c1f336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/catalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ void Catalog::PostCreation()
}
if (!allText.empty())
{
puts(str::to_utf8(allText).c_str());
m_sourceLanguage = Language::TryDetectFromText(str::to_utf8(allText));
wxLogTrace("poedit", "detected source language is '%s'", m_sourceLanguage.Code());
}
Expand Down

0 comments on commit 1c1f336

Please sign in to comment.