summary refs log tree commit diff
path: root/src/api/routes/auth/login.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-08 23:23:04 +0200
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-18 22:26:06 +1100
commit974cae03323b9ff04c5c5dc5e77e1f1c6d31cca7 (patch)
tree892e6b3a92f7d444dfe431177956629c4a2cb259 /src/api/routes/auth/login.ts
parentRemove todo line that has been implemented. (diff)
downloadserver-974cae03323b9ff04c5c5dc5e77e1f1c6d31cca7.tar.xz
Remove some old test logs that expose info to console
Diffstat (limited to 'src/api/routes/auth/login.ts')
-rw-r--r--src/api/routes/auth/login.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/auth/login.ts b/src/api/routes/auth/login.ts
index 9ea2606c..bbfb5425 100644
--- a/src/api/routes/auth/login.ts
+++ b/src/api/routes/auth/login.ts
@@ -21,7 +21,6 @@ router.post(
 		const { login, password, captcha_key, undelete } =
 			req.body as LoginSchema;
 		const email = adjustEmail(login);
-		console.log("login", email);
 
 		const config = Config.get();