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 9c48366 commit 4f5bd87Copy full SHA for 4f5bd87
x64/main.cpp
@@ -136,9 +136,6 @@ int main()
136
* Do NOT remove this checkAuthenticated() function.
137
* It protects you from cracking, it would be NOT be a good idea to remove it
138
*/
139
- std::cout << ownerid;
140
- std::string owner = ownerid;
141
- std::cout << "\nOwner: " + owner;
142
std::thread run(checkAuthenticated, ownerid);
143
// do NOT remove checkAuthenticated(), it MUST stay for security reasons
144
0 commit comments