WM: remove "No (valid) startup.blend found" message printed on startup, can be useful for debugging but hide it for normal usage.
This commit is contained in:
@@ -526,7 +526,8 @@ int wm_homefile_read(bContext *C, ReportList *UNUSED(reports), short from_memory
|
||||
}
|
||||
|
||||
if (U.themes.first == NULL) {
|
||||
printf("\nNote: No (valid) '%s' found, fall back to built-in default.\n\n", startstr);
|
||||
if (G.debug & G_DEBUG)
|
||||
printf("\nNote: No (valid) '%s' found, fall back to built-in default.\n\n", startstr);
|
||||
success = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user