mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove accidentally-left debug printf
This commit is contained in:
parent
0b13f7dc4a
commit
8e5e760773
@ -114,7 +114,6 @@ bool natt_open_port(struct natt_status *status, struct sockaddr *addr, socklen_t
|
|||||||
r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype, port_str,
|
r = UPNP_AddPortMapping(urls.controlURL, data.first.servicetype, port_str,
|
||||||
port_str, host, "retroarch", proto_str, NULL, "3600");
|
port_str, host, "retroarch", proto_str, NULL, "3600");
|
||||||
}
|
}
|
||||||
fprintf(stderr, "ERROR: %d\n", r);
|
|
||||||
if (r != 0)
|
if (r != 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user