remove debugging code accidentally left in ftp/cmds.c
authorKen Raeburn <raeburn@mit.edu>
Mon, 23 Apr 2007 00:30:40 +0000 (00:30 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 23 Apr 2007 00:30:40 +0000 (00:30 +0000)
commitbf95c447389c32e3555ea5cc5513a5ede2233ff2
treed26b5b392be1a5f8b4a458d5aa77fd5f20d6d329
parentd708e75c840bac060e2c908992eb997040fc2d28
remove debugging code accidentally left in ftp/cmds.c

Debugging code I added months ago in ftp/cmds.c and forgot to remove
has apparently escaped notice until now.  Markus Moeller reports
seeing a bunch of "cmds.c: at line (number)" lines printed when he
connects to a server.

This patch removes those lines.  A couple other debugging statements
that test for the debug flag being set on the command line are left
in.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19520 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftp/cmds.c