remove mention of ItsBailey from the comments - she does not have a tier now so she will have to be handled manually

This commit is contained in:
Alice Harris
2014-09-14 15:37:34 +10:00
parent 459e8390f1
commit d871b36691

View File

@@ -59,7 +59,7 @@ function displayData() {
console.log(name); console.log(name);
}); });
console.warn('\n' + count + console.warn('\n' + count +
' users processed (should be 12 -- 11 listed in the Hall plus Its Bailey)\n'); ' users processed 11 according to the Hall)\n');
return exiting(0); return exiting(0);
} }