Skip to content

Commit 4f5bd87

Browse files
committed
Security Update - by VaultCord.com
1 parent 9c48366 commit 4f5bd87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x64/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ int main()
136136
* Do NOT remove this checkAuthenticated() function.
137137
* It protects you from cracking, it would be NOT be a good idea to remove it
138138
*/
139-
std::cout << ownerid;
140-
std::string owner = ownerid;
141-
std::cout << "\nOwner: " + owner;
142139
std::thread run(checkAuthenticated, ownerid);
143140
// do NOT remove checkAuthenticated(), it MUST stay for security reasons
144141

0 commit comments

Comments
 (0)