projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a573d
)
Remove some leftover debug code that would cause compile errors.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 7 Jul 2014 17:39:08 +0000
(19:39 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 7 Jul 2014 17:39:08 +0000
(19:39 +0200)
input.cpp
patch
|
blob
|
history
diff --git
a/input.cpp
b/input.cpp
index
102207f
..
f5d8d5e
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;