[bugzilla-gnome-org-extensions] splinter: Remove TODO comments



commit 312219311fde6ffd25006b3ff494b357431a679b
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Nov 19 12:52:35 2014 +0100

    splinter: Remove TODO comments
    
    Their place is in TODO file.

 Splinter/lib/Ops.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Splinter/lib/Ops.pm b/Splinter/lib/Ops.pm
index 006724e..8332c85 100644
--- a/Splinter/lib/Ops.pm
+++ b/Splinter/lib/Ops.pm
@@ -76,7 +76,6 @@ sub _get_review_link {
 
 sub format_the_comment {
     my ($bug, $regexes, $text) = @_;
-    # TODO: This is probably used in more places. Avoid redundancy.
     my $REVIEW_RE = qr/Review\s+of\s+attachment\s+(\d+)\s*:/;
 
     # Add [review] link to the end of "Created attachment" comments
@@ -153,7 +152,6 @@ sub add_review_links_to_email {
         $new_body = 1;
     }
 
-    # TODO: Figure out the email format.
     if ($body =~ /Created attachment [0-9]+\015\012 --> /) {
         $body =~ s~(Created\ attachment\ ([0-9]+)\015\012)
                    \ -->\ \(([^\015\012]*)\)[^\015\012]*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]