remove debugging print.
This commit is contained in:
parent
17f131946f
commit
163c9a25ec
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue