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 7a5df6d..eab36d7 100755
--- a/fb.py
+++ b/fb.py
@@ -609,7 +609,6 @@ class FBClient:
ids = [self.extractId(arg) for arg in self.args.args]
return self.multipaste(ids)
- # TODO: detect paste URLs and add their IDs to a multipaste
files = [self.containerize_arg(arg) for arg in self.args.args]
self.upload_files(files)
return