Removed a stale commented-out debug function block from the fishlim plugin source to reduce dead/commented code.

Removed the corresponding commented-out RAW LINE hook entry so only active handlers remain in plugin initialization.
This commit is contained in:
2026-02-25 02:24:11 -07:00
parent 10d5bb91ab
commit 4beabb6bf5
2 changed files with 1 additions and 12 deletions

View File

@@ -1065,7 +1065,7 @@ servlist_load (void)
}
}
if (buf[0] == 'N')
net = servlist_net_add (buf + 2, /* comment */ NULL, FALSE);
net = servlist_net_add (buf + 2, NULL, FALSE);
}
fclose (fp);