Remove old printbug statement

This commit is contained in:
Jeremy 2023-07-23 17:49:32 -04:00
parent b246613045
commit ec3bb29200
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -159,7 +159,6 @@ namespace cpptrace {
static_cast<const char*>(addr), static_cast<const char*>(addr),
&handle &handle
)) { )) {
fflush(stderr); // TODO: remove
char path[MAX_PATH]; char path[MAX_PATH];
// TODO: Memoize // TODO: Memoize
if(GetModuleFileNameA(handle, path, sizeof(path))) { if(GetModuleFileNameA(handle, path, sizeof(path))) {