Skip to content

Commit

Permalink
Removed stdout log (it prevents the dll loading)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendoCosta committed Jul 28, 2023
1 parent 9edf2ad commit 6c803bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

void Dodoco::Native::Log(std::string message) {

std::cout << message << std::endl;

std::string msg = message.append("\r\n");

HANDLE logFileHandle = CreateFileW(
Expand Down

0 comments on commit 6c803bc

Please sign in to comment.