Skip to content

Commit c28625b

Browse files
authored
Update event.cpp
1 parent 5c4b5ba commit c28625b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp-terminal/event.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Term::Event::Event(const std::string& str) : m_Type(Type::CopyPaste), m_str(str)
3535

3636
void Term::Event::parse()
3737
{
38-
std::cout<<"LL "<<m_str<<std::endl;
3938
if(m_str.size() == 1)
4039
{
4140
m_Type = Type::Key;

0 commit comments

Comments
 (0)