diff options
-rwxr-xr-x | comedyGenerator | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comedyGenerator b/comedyGenerator index 3b0fb23..f281ed2 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -170,7 +170,6 @@ elif args.usingJavascript: elif args.debug: print("URL is NOT a string, it is a " + str(type(URL))) - print("URL was " + URL) |