diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-11 09:46:00 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-11 09:46:00 +0200 |
commit | 812b93aba4bb89b47da11f0265377a4544c3328e (patch) | |
tree | 12a986904901a1ef0d4c9e13eafc217faa9f8f8a | |
parent | ef752c1638f5a403a135097924e5075c61b35a42 (diff) |
Remove debug code
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | fb.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -188,7 +188,6 @@ class CURLWrapper: self.curl.setopt(pycurl.HTTPPOST, self.post) self.curl.setopt(pycurl.WRITEFUNCTION, b.write) self.curl.setopt(pycurl.PROGRESSFUNCTION, self.progressBar.progress) - #self.curl.setopt(pycurl.MAX_SEND_SPEED_LARGE, 200000) self.curl.perform() if self.config["debug"]: |