Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ec420c

Browse files
committed
leftovers
1 parent a1b83cd commit 0ec420c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

lib/utils/restapi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
errMsg += "http://bottlepy.org/ and install it"
2828
raise SqlmapMissingDependence, errMsg
2929

30-
# bottle in debug mode for now
31-
debug(True)
3230

3331
# local global variables
3432
session_ids = []
@@ -63,7 +61,7 @@ def error404(error):
6361
def error405(error):
6462
return "Method not allowed"
6563

66-
@error(500) # Not Found
64+
@error(500) # Internal Server Error
6765
def error500(error):
6866
return "Internal server error"
6967

lib/utils/xmlrpc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def read_output(self):
6666
return retval
6767

6868
def run(self):
69-
print "CALLING RUN"
7069
if not self.is_busy():
7170
init(self.options, True)
7271
thread = threading.Thread(target=start)

0 commit comments

Comments
 (0)