remove testing print statement

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-27 12:52:48 +02:00
parent 1b8291eda0
commit 0686cdbcf6
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from files.classes import *
from flask import g
print('testing smth', flush=True)
def get_id(username, v=None, graceful=False):
username = username.replace('\\', '').replace('_', '\_').replace('%', '').strip()