Remove old printbug statement
This commit is contained in:
parent
b246613045
commit
ec3bb29200
@ -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))) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user