summaryrefslogtreecommitdiff
path: root/src/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.py')
-rw-r--r--src/common.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common.py b/src/common.py
index 53318e19..384fd28f 100644
--- a/src/common.py
+++ b/src/common.py
@@ -51,16 +51,6 @@ ROOM_STATE_PRIVATE = 15
ROOM_STATE_MESSAGE = 12
ROOM_STATE_HL = 13
-def debug(string):
- """
- Print a string in a file.
- Useful since debuging cannot be displayed on screen because it's
- a CLI software
- """
- fdes = open("/tmp/debug", 'a')
- fdes.write(string)
- fdes.close()
-
def get_base64_from_file(path):
"""
Convert the content of a file to base64