summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-11 09:46:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-11 09:46:00 +0200
commit812b93aba4bb89b47da11f0265377a4544c3328e (patch)
tree12a986904901a1ef0d4c9e13eafc217faa9f8f8a
parentef752c1638f5a403a135097924e5075c61b35a42 (diff)
Remove debug code
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xfb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fb.py b/fb.py
index d3e1f4a..42c672f 100755
--- a/fb.py
+++ b/fb.py
@@ -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"]: