about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-15 14:09:01 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-15 14:09:01 -0400
commit1e89e1903c36ce05c43700c9f2cfeefe285b6bb1 (patch)
tree3bacdaa13917e4ef8c626cb15d37469e89ff6c5b /xombrero.c
parent47313a361e89e26a31aebf5b9f1156df32003c5f (diff)
downloadxombrero-1e89e1903c36ce05c43700c9f2cfeefe285b6bb1.tar.gz
Kill a debugging printf I left in.
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index 50ace57..5777f97 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -3469,7 +3469,6 @@ parse_custom_uri(struct tab *t, const char *uri)
 			break;
 		case 0:
 			/* child */
-			printf("cmd: %s\n", u->cmd);
 			execlp(u->cmd, u->cmd, uri, (char *)0);
 			_exit(0);
 			/* NOTREACHED */