fix(inject): remove unnecessary print
This commit is contained in:
parent
c8a3ff1d8f
commit
f7e58f9711
|
@ -42,7 +42,6 @@
|
|||
void inject_string(wchar_t *string)
|
||||
{
|
||||
std::wstring msg(string);
|
||||
std::cout << msg.length() << std::endl;
|
||||
|
||||
std::vector<INPUT> vec;
|
||||
for (auto ch : msg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user