]> git.sesse.net Git - cubemap/blobdiff - input.cpp
Remove some leftover debug code that would cause compile errors.
[cubemap] / input.cpp
index 102207f955deabdc8861ffbd9798fcefd1542e29..f5d8d5ef19ff8dced7f5d75a73b5a724b2942a82 100644 (file)
--- 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;