dispose of debugging info.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@552 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-06-25 16:16:42 +00:00
parent ca59b7ad1a
commit 818bca5fd5
1 changed files with 0 additions and 1 deletions

View File

@ -1387,7 +1387,6 @@ p_round(Term t E_ARGS)
RBIG_FL(vl);
} else {
double vl = rint(dbl);
printf("vl is %d\n", vl);
RFLOAT(vl);
}
}