Disables deletion functionality, for now.

This commit is contained in:
Oleg Silkin 2019-07-24 02:26:47 -04:00
parent 1986f85a30
commit 02babe770f

View file

@ -63,8 +63,8 @@ METHODS = {
'get_comments_by_id': handle_get_comments_by_id,
'get_channel_from_comment_id': handle_get_channel_from_comment_id,
'create_comment': handle_create_comment,
'delete_comment': handle_delete_comment,
'abandon_comment': handle_delete_comment,
# 'delete_comment': handle_delete_comment,
# 'abandon_comment': handle_delete_comment,
}