mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +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);
|
va_end(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
// hyprpaper only logs to stdout
|
// hyprpicker only logs to stdout
|
||||||
std::cout << levelstr << outputStr << "\n";
|
std::cout << levelstr << outputStr << "\n";
|
||||||
|
|
||||||
// free the log
|
// free the log
|
||||||
|
|
Loading…
Reference in a new issue