remove debug stuff

This commit is contained in:
dimok789 2012-05-09 19:33:27 +00:00
parent deddf31907
commit 378463e838

View File

@ -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 == ' '))