Commit abcf54df authored by jan.koester's avatar jan.koester
Browse files

removed dbg output

parent 63d546c5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -706,7 +706,6 @@ libhtmlpp::HtmlElement & libhtmlpp::HtmlElement::operator=(const libhtmlpp::Elem
    return *this;
}

#include <iostream>
namespace libhtmlpp {

    void _copy(libhtmlpp::Element *dest,const libhtmlpp::Element *src){
@@ -775,7 +774,6 @@ NEWEL:
             prev=dest;
             src=next;
             dest=dest->_nextElement;
             std::cout << "next" << std::endl;
             goto NEWEL;
        }

@@ -785,7 +783,6 @@ NEWEL:
            dest=childel.destin;
            src=childel.source;
            cpylist.pop();
            std::cout << "child" << std::endl;
            goto NEWEL;
        }