Skip to content

Commit

Permalink
Update loader.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jun 12, 2024
1 parent e8725e0 commit 98af77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class CEFBrowser
browserClient = client;
browserHandle = handle;

// Logger.Log("established browser connection @ {:p}", static_cast<void*>(&client));
Logger.Log("successfully connected to steam!");
webKitHandler->SetupGlobalHooks();
}

Expand All @@ -83,7 +83,7 @@ class SharedJSContext
sharedClient = client;
sharedHandle = handle;

// Logger.Log("established shared connection @ {:p}", static_cast<void*>(&sharedClient));
Logger.Log("successfully connected to steam JSVM!");
CoInitializer::InjectFrontendShims();
}
};
Expand Down

0 comments on commit 98af77e

Please sign in to comment.