waver : remove extra print

This commit is contained in:
Georgi Gerganov
2021-01-08 20:14:45 +02:00
parent 1e5bfefa30
commit 1f7113fc50

View File

@@ -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) {