remove debugging print.
This commit is contained in:
parent
17f131946f
commit
163c9a25ec
@ -64,7 +64,6 @@ snarfswap(char *fromsam, int nc, char **tosam)
|
|||||||
{
|
{
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
fprint(2, "snarfswap\n");
|
|
||||||
s = getsnarf();
|
s = getsnarf();
|
||||||
putsnarf(fromsam);
|
putsnarf(fromsam);
|
||||||
*tosam = s;
|
*tosam = s;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user