Commit bf6dbbc1 authored by Gaurav Kukreja's avatar Gaurav Kukreja

Enabling comments by default. Need to add a mechanism to remove comments later

parent 93b928f5
......@@ -8,7 +8,7 @@ extension_language_dict = {".py" : "python",".cpp" : "cpp",".c" : "c",".sh" : "b
syntaxFile_language_dict = {"Packages/Python/Python.sublime-syntax": "python"}
def getAnswer(language, query, recommendationNum = 0, withComments = False):
def getAnswer(language, query, recommendationNum = 0, withComments = True):
recommendationStr = ""
if (recommendationNum > 0):
recommendationStr = '/' + str(recommendationNum)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment