We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4b5ba commit c28625bCopy full SHA for c28625b
cpp-terminal/event.cpp
@@ -35,7 +35,6 @@ Term::Event::Event(const std::string& str) : m_Type(Type::CopyPaste), m_str(str)
35
36
void Term::Event::parse()
37
{
38
- std::cout<<"LL "<<m_str<<std::endl;
39
if(m_str.size() == 1)
40
41
m_Type = Type::Key;
0 commit comments