Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvcrx committed Mar 19, 2014
1 parent 6294a4d commit 396ff26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bddown_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def __init__(self, raw_link="", filename="", bdstoken="", fs_id="", uk="", share
self.timestamp = timestamp
self.sign = sign
if raw_link:
import pdb; pdb.set_trace()
self.initialize(raw_link, secret)

def _get_json(self, input_code=None, vcode=None):
Expand Down

0 comments on commit 396ff26

Please sign in to comment.