OSDN Git Service

Model::Firehose: fix unused warn
authorhylom <hylom@users.sourceforge.jp>
Wed, 3 Apr 2019 10:04:54 +0000 (19:04 +0900)
committerhylom <hylom@users.sourceforge.jp>
Wed, 3 Apr 2019 10:04:54 +0000 (19:04 +0900)
src/newslash_web/lib/Newslash/Model/Firehose.pm

index c5c817f..9060a76 100644 (file)
@@ -103,8 +103,8 @@ SELECT firehose.id AS firehose_id, firehose.*, firehose_text.*, topics.tid, stor
     $limit_clause
 EOSQL
 
-    warn $sql;
-    warn Dumper @attrs;
+    #warn $sql;
+    #warn Dumper @attrs;
 
     my $sth = $dbh->prepare($sql);
     $sth->execute(@attrs);