remove: debug console.log

This commit is contained in:
ITOH
2021-05-12 18:19:41 +02:00
parent bb6c90afe9
commit 1bdd3f752f

View File

@@ -20,12 +20,7 @@ export async function addToThread(channelId: bigint, userId?: bigint) {
throw new Error(Errors.NOT_A_THREAD_CHANNEL);
}
}
console.log(
"put",
userId
? endpoints.THREAD_USER(channelId, userId)
: endpoints.THREAD_ME(channelId),
);
return await rest.runMethod(
"put",
userId