Skip to content
Snippets Groups Projects
Commit f072d141 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Do not log "0 areas"

area.length is an object, not an array, so it's length will always be 0
parent 69a7e80b
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -272,7 +272,6 @@ if(debug) {
printf("username: %s\r\n",username);
printf("password: %s\r\n",password);
}
printf("%ld areas\r\n",area.length);
if(host==undefined || !host.length) {
print("!No news server specified");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment