projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99b48b
)
remove debugging message
author
David Schleef
<ds@schleef.org>
Sat, 2 Nov 2002 00:41:11 +0000
(
00:41
+0000)
committer
David Schleef
<ds@schleef.org>
Sat, 2 Nov 2002 00:41:11 +0000
(
00:41
+0000)
Original commit message from CVS:
remove debugging message
gst/cothreads.c
patch
|
blob
|
history
diff --git
a/gst/cothreads.c
b/gst/cothreads.c
index
5b7967a
..
e9439ec
100644
(file)
--- a/
gst/cothreads.c
+++ b/
gst/cothreads.c
@@
-199,7
+199,6
@@
cothread_create (cothread_context *ctx)
GST_DEBUG (GST_CAT_COTHREADS, "Found free cothread slot %d", slot);
sp = CURRENT_STACK_FRAME;
-printf("stack pointer %p\n",sp);
/* FIXME this may not be 64bit clean
* could use casts to uintptr_t from inttypes.h
* if only all platforms had inttypes.h