chore: Remove debugging code and comments

This commit is contained in:
Manuel 2023-08-29 18:30:00 +02:00
parent eca46fcadd
commit e35576fb3f
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 2 additions and 53 deletions

View file

@ -4,12 +4,12 @@ password = "asd123"
channels = [
"NinEverything",
"NintendoEurope",
"NintendoAmerica"
"NintendoAmerica",
]
# Binary representation for efficient filtering
# Bit from right to left: IsQuoted, IsPin, IsReply, IsRetweet, IsSelfThread
filter = [
0b11111,
0b11111,
0b11111
0b11111,
]