mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-16 16:15:58 +01:00
remove hyprpaper mention
This commit is contained in:
parent
03bcd2e129
commit
4ee64a6d0f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void Debug::log(LogLevel level, const char* fmt, ...) {
|
|||
va_end(args);
|
||||
}
|
||||
|
||||
// hyprpaper only logs to stdout
|
||||
// hyprpicker only logs to stdout
|
||||
std::cout << levelstr << outputStr << "\n";
|
||||
|
||||
// free the log
|
||||
|
|
Loading…
Reference in a new issue