Remove a stray printf default tip

Fri, 23 Oct 2009 22:46:40 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Oct 2009 22:46:40 +0100
changeset 1
fcb41eb42326
parent 0
dc6c564e4d0a

Remove a stray printf

getsize.c file | annotate | diff | comparison | revisions
--- a/getsize.c	Sat Oct 10 17:30:57 2009 +0100
+++ b/getsize.c	Fri Oct 23 22:46:40 2009 +0100
@@ -19,7 +19,6 @@
     /* Container types */
     case LUA_TTABLE: {
       Table *h = hvalue(o);
-      printf("Size of array: %p\n", h->array);
       lua_pushinteger(L, sizeof(Table) + sizeof(TValue) * h->sizearray +
                              sizeof(Node) * sizenode(h));
       break;

mercurial