Skip to content

Commit

Permalink
Remove superfluous printf
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed Jan 21, 2024
1 parent e106dfe commit debf42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ int32_t main(const int32_t argc, char** argv) {
return 1;
}

std::printf("Running compositor on wayland display '%s'\n", socket);
setenv("WAYLAND_DISPLAY", socket, true);

for (const auto& cmd : std::as_const(startup_cmds)) {
Expand Down

0 comments on commit debf42d

Please sign in to comment.