remove debug info

This commit is contained in:
Markus 2021-03-03 17:10:17 +01:00
parent 6618c5c558
commit 0342d9db01

View File

@ -1798,8 +1798,6 @@ int ProgramManager::convertLink(PAGE page, std::string redirectLink, AccountMana
for (int i = 1; i <= 3; ++i) { for (int i = 1; i <= 3; ++i) {
auto rEply = pageManager.getUrlAfterRedirect("https://" + page.url + redirectLink, settings->cookieFilePath + "_" + page.name_id); auto rEply = pageManager.getUrlAfterRedirect("https://" + page.url + redirectLink, settings->cookieFilePath + "_" + page.name_id);
std::string newUrl = rEply.url; std::string newUrl = rEply.url;
std::cout << "URL NACH UMWANDLUNG:" << newUrl << "\n\n" << rEply.html << std::endl;



//wenn function fehl schlug beende das Programm //wenn function fehl schlug beende das Programm
if (newUrl == "-1") { if (newUrl == "-1") {