diff --git a/LinkedList.cpp b/LinkedList.cpp index 2ac4ba9..1d56741 100644 --- a/LinkedList.cpp +++ b/LinkedList.cpp @@ -180,9 +180,7 @@ void LinkedList::sort() n2 = n1->getNext(); if(n1->getData() > n2->getData()) - { - //std::cout<<"SWAP"<getData(); n2->setData(n1->getData()); n1->setData(nSwap);