remove debugging message
authorDavid Schleef <ds@schleef.org>
Sat, 2 Nov 2002 00:41:11 +0000 (00:41 +0000)
committerDavid 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

index 5b7967a..e9439ec 100644 (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