remove debugging message

Original commit message from CVS:
remove debugging message
This commit is contained in:
David Schleef 2002-11-02 00:41:11 +00:00
parent d99b48b2e6
commit 81c1506cd4

View file

@ -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