From 378463e8380c88ef89c1cd4d4221885b203bbdad Mon Sep 17 00:00:00 2001 From: dimok789 <15055714+dimok789@users.noreply.github.com> Date: Wed, 9 May 2012 19:33:27 +0000 Subject: [PATCH] remove debug stuff --- source/network/update.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/network/update.cpp b/source/network/update.cpp index e139c409..dd3c3b2d 100644 --- a/source/network/update.cpp +++ b/source/network/update.cpp @@ -243,7 +243,6 @@ static int ApplicationDownload(void) { // first line of the text file is the revisionc newrev = atoi((char *) file.data); - newrev = 1800; // 2nd line of the text file is the url char *ptr = strchr((char *)file.data, '\n'); while(ptr && (*ptr == '\r' || *ptr == '\n' || *ptr == ' '))