mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
remove debug stuff
This commit is contained in:
parent
deddf31907
commit
378463e838
@ -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 == ' '))
|
||||
|
Loading…
Reference in New Issue
Block a user