mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 07:59:26 +02:00
Remove redundant comment
This commit is contained in:
parent
938a4cf451
commit
0d0f8e3be3
@ -26,7 +26,6 @@ function findColorPrefix(args: string[]): string {
|
|||||||
for (const arg of args) {
|
for (const arg of args) {
|
||||||
const match = /color:\s*(.+?)(?:;|$)/g.exec(arg);
|
const match = /color:\s*(.+?)(?:;|$)/g.exec(arg);
|
||||||
if (match === null) {
|
if (match === null) {
|
||||||
// no match
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user