Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tushortz committed Jan 5, 2017
1 parent b49ed00 commit c2ad5ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions ClassDocs/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,4 @@ def getDictWords(text, word_type):
return word_url, spell, result


except ValueError: return ""

print(getDictWords("excellent", "antonyms"))
except ValueError: return ""
1 change: 0 additions & 1 deletion MethodListDocs/pythonlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def getPythonFunc(text):
y = pattern.sub("", x).replace(")", ")#").split("#")[0]
value[value.index(x)] = y

# print(value)
main = []; others = [];

for x in value:
Expand Down

0 comments on commit c2ad5ac

Please sign in to comment.