From a32071541a0f76c25a8246e1d324f912a6843cfc Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 10 Sep 2018 02:20:09 +0900
Subject: [PATCH] Clean up

---
 src/server/api/endpoints/notes/hybrid-timeline.ts | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/server/api/endpoints/notes/hybrid-timeline.ts b/src/server/api/endpoints/notes/hybrid-timeline.ts
index 0eb7b61830..5e39d8c78a 100644
--- a/src/server/api/endpoints/notes/hybrid-timeline.ts
+++ b/src/server/api/endpoints/notes/hybrid-timeline.ts
@@ -79,9 +79,6 @@ export const meta = {
 	}
 };
 
-/**
- * Get hybrid timeline of myself
- */
 export default async (params: any, user: ILocalUser) => {
 	const [ps, psErr] = getParams(meta, params);
 	if (psErr) throw psErr;