Remove old printbug statement
This commit is contained in:
parent
b246613045
commit
ec3bb29200
@ -159,7 +159,6 @@ namespace cpptrace {
|
||||
static_cast<const char*>(addr),
|
||||
&handle
|
||||
)) {
|
||||
fflush(stderr); // TODO: remove
|
||||
char path[MAX_PATH];
|
||||
// TODO: Memoize
|
||||
if(GetModuleFileNameA(handle, path, sizeof(path))) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user