@@ -295,6 +295,7 @@ bool AVLCommands::Delete(int key) {
currentNode->left_ : currentNode->right_;
}
+ //std::cout << "hi" << std::endl;
height(root_);
balance(parent);