Browse Source

[lua] remove an old and irrelevant comment

Justin Donaldson 5 years ago
parent
commit
c744013fa5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      std/lua/_std/String.hx

+ 0 - 1
std/lua/_std/String.hx

@@ -68,7 +68,6 @@ class String {
 		else
 			startIndex += 1;
 		if (str == "") {
-			// TODO: this makes lua CI hang forever
 			return indexOfEmpty(this, startIndex - 1);
 		}
 		var r = BaseString.find(this, str, startIndex, true).begin;