Removed debug code.

This commit is contained in:
Oliver Schmidt 2020-05-10 01:40:35 +02:00
parent b8365565f3
commit c8c53901c2
1 changed files with 0 additions and 6 deletions

View File

@ -79,8 +79,6 @@ void main(void)
}
}
#if 1
printf("- %d\n\nInitializing %s ", eth_init, eth_name);
if (ip65_init(eth_init))
{
@ -136,10 +134,6 @@ void main(void)
}
}
#else
url = "http://www.myhost.com/myfile.stream";
#endif
clrscr();
gotoxy(0, 20);
cprintf("%.160s", url);