mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
remove debugging message
Original commit message from CVS: remove debugging message
This commit is contained in:
parent
d99b48b2e6
commit
81c1506cd4
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ cothread_create (cothread_context *ctx)
|
||||||
GST_DEBUG (GST_CAT_COTHREADS, "Found free cothread slot %d", slot);
|
GST_DEBUG (GST_CAT_COTHREADS, "Found free cothread slot %d", slot);
|
||||||
|
|
||||||
sp = CURRENT_STACK_FRAME;
|
sp = CURRENT_STACK_FRAME;
|
||||||
printf("stack pointer %p\n",sp);
|
|
||||||
/* FIXME this may not be 64bit clean
|
/* FIXME this may not be 64bit clean
|
||||||
* could use casts to uintptr_t from inttypes.h
|
* could use casts to uintptr_t from inttypes.h
|
||||||
* if only all platforms had inttypes.h
|
* if only all platforms had inttypes.h
|
||||||
|
|
Loading…
Reference in a new issue