]> granicus.if.org Git - nethack/commitdiff
remove left over debugging message
authorcohrs <cohrs>
Tue, 29 Jan 2002 08:07:13 +0000 (08:07 +0000)
committercohrs <cohrs>
Tue, 29 Jan 2002 08:07:13 +0000 (08:07 +0000)
src/invent.c

index 05daf9ddea6f0da945a94362e6b192137dbfa0d3..7c3d539a4c99e1f04efb4fb4a74eec43e0c305be 100644 (file)
@@ -945,7 +945,6 @@ register const char *let,*word;
                    ilet = display_pickinv(allowed_choices, TRUE,
                                           allowcnt ? &ctmp : (long *)0);
                    if(!ilet) continue;
-                   pline("got count %ld", ctmp);
                    if (ctmp >= 0) {
                        cnt = ctmp;
                        if (!cnt) prezero = TRUE;