remove TODO comments

This commit is contained in:
Dainius Daukševičius
2020-10-19 21:24:13 +03:00
committed by Dainius Dauksevicius
parent 08d27265fc
commit 62b008e693
4 changed files with 2 additions and 5 deletions

View File

@@ -55,7 +55,6 @@ export async function shadowBanUser(req: Request, res: Response) {
}
}
}
// TODO TYPESCRIPT a lof unused code, wtf is happening
else if (hashedIP) {
//check to see if this user is already shadowbanned
// let row = privateDB.prepare('get', "SELECT count(*) as userCount FROM shadowBannedIPs WHERE hashedIP = ?", [hashedIP]);