X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=ee86eb8f35c0e84ec67b1d3f61be8a7b6d70a81d;hb=c357190e5651b4b602786d2dd6ee3b4ce219bda0;hp=712227bc9fc067e9105259adc501dd98d4510987;hpb=7977da267649fee17261d0d163a12863f3534b57;p=ppp.git diff --git a/pppd/main.c b/pppd/main.c index 712227b..ee86eb8 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -66,7 +66,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: main.c,v 1.141 2004/11/04 10:02:26 paulus Exp $" +#define RCSID "$Id: main.c,v 1.142 2004/11/04 10:05:23 paulus Exp $" #include #include @@ -1276,9 +1276,6 @@ timeout(func, arg, secs, usecs) { struct callout *newp, *p, **pp; - MAINDEBUG(("Timeout %p:%p in %d.%03d seconds.", func, arg, - secs, usecs/1000)); - /* * Allocate timeout. */ @@ -1317,8 +1314,6 @@ untimeout(func, arg) { struct callout **copp, *freep; - MAINDEBUG(("Untimeout %p:%p.", func, arg)); - /* * Find first matching timeout and remove it from the list. */