From: Steinar H. Gunderson Date: Mon, 7 Jul 2014 17:39:08 +0000 (+0200) Subject: Remove some leftover debug code that would cause compile errors. X-Git-Tag: 1.1.2~1 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=7aec1a69c2726488fcc6c9d6fc25f2e413329738 Remove some leftover debug code that would cause compile errors. --- diff --git a/input.cpp b/input.cpp index 102207f..f5d8d5e 100644 --- a/input.cpp +++ b/input.cpp @@ -63,7 +63,6 @@ bool parse_url(const string &url, string *protocol, string *user, string *host, if (split == rest.size()) { // http://foo split_user_host(rest, user, host); - fprintf(stderr, "ooo user='%s' host='%s'\n", user->c_str(), host->c_str()); *port = *protocol; *path = "/"; return true;