mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-06 23:05:53 +08:00
waver : remove extra print
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
bool ImGui_tryLoadFont(const std::string & filename, float size = 14.0f, bool merge = false) {
|
||||
std::ifstream f(filename);
|
||||
if (f.good() == false) {
|
||||
printf("XXXXXXXXxxx\n");
|
||||
return false;
|
||||
}
|
||||
if (merge) {
|
||||
|
||||
Reference in New Issue
Block a user