summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]: