dev_warn(dev->class_dev, "BUG: spurious interrupt\n");
                return IRQ_HANDLED;
        }
-#ifdef DEBUG
-       printk("das6402: interrupt! das6402_irqcount=%i\n",
-              devpriv->das6402_irqcount);
-       printk("das6402: iobase+2=%i\n", inw_p(dev->iobase + 2));
-#endif
 
        das6402_ai_fifo_dregs(dev, s);
 
        if (s->async->buf_write_count >= devpriv->ai_bytes_to_read) {
                outw_p(SCANL, dev->iobase + 2); /* clears the fifo */
                outb(0x07, dev->iobase + 8);    /* clears all flip-flops */
-#ifdef DEBUG
-               printk("das6402: Got %i samples\n\n",
-                      devpriv->das6402_wordsread - diff);
-#endif
                s->async->events |= COMEDI_CB_EOA;
                comedi_event(dev, s);
        }