mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-01-04 07:30 pm

[dw-free] Crossposting footer truncates after unknown amount of time

[commit: http://hg.dwscoalition.org/dw-free/rev/3d07b0232e86]

http://bugs.dwscoalition.org/show_bug.cgi?id=1718

Remove debugging code I added.

Patch by [staff profile] mark.

Files modified:
  • bin/upgrading/update-db-general.pl
--------------------------------------------------------------------------------
diff -r bcd795ecea6f -r 3d07b0232e86 bin/upgrading/update-db-general.pl
--- a/bin/upgrading/update-db-general.pl	Mon Jan 04 19:26:42 2010 +0000
+++ b/bin/upgrading/update-db-general.pl	Mon Jan 04 19:30:48 2010 +0000
@@ -3814,7 +3814,6 @@ EOF
         my $upropid = LJ::get_prop( user => 'crosspost_footer_text' )->{upropid};
 
         my $testresult = $dbh->selectrow_array( "SELECT upropid FROM userproplite2 WHERE upropid = $upropid LIMIT 1" );
-        warn "test = $testresult\n";
         if ( $testresult > 0 ) {
             do_sql( "INSERT IGNORE INTO userpropblob (userid, upropid, value) " .
                     "    SELECT userid, upropid, value FROM userproplite2 WHERE upropid = $upropid" );
--------------------------------------------------------------------------------