removing unused variable
[oweals/karmaworld.git] / karmaworld / apps / notes / gdrive.py
index e48b7b36cff0a8c28e7ce8310cdde952cf1d27dd..7b958424309e42bc00aab221e67ac8433fa1dc91 100644 (file)
@@ -214,7 +214,6 @@ def convert_raw_document(raw_document, user=None):
 
     # Extract HTML from the appropriate place
     html = ''
-    convert_to_markdown = False
     if raw_document.mimetype == PDF_MIMETYPE:
         html = pdf2html(original_content)
     elif raw_document.mimetype in PPT_MIMETYPES: