mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-19 16:36:52 -04:00
window_launcher: remove debug print
This commit is contained in:
@@ -395,7 +395,6 @@ CefRefPtr<CefResourceRequestHandler> Browser::Launcher::GetResourceRequestHandle
|
||||
PQINT(uid)
|
||||
});
|
||||
if (!has_uid || !has_client || !uid_valid || !client_valid) {
|
||||
fmt::print("bad request has_uid={} has_client={} uid_valid={} client_valid={} query={}\n", has_uid, has_client, uid_valid, client_valid, query);
|
||||
const char* data = "Bad request\n";
|
||||
return new Browser::ResourceHandler(reinterpret_cast<const unsigned char*>(data), strlen(data), 400, "text/plain");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user