Committer: gprochaev
Remove warn.U trunk/cgi-bin/LJ/Browse.pm
Modified: trunk/cgi-bin/LJ/Browse.pm =================================================================== --- trunk/cgi-bin/LJ/Browse.pm 2011-01-27 09:11:34 UTC (rev 18125) +++ trunk/cgi-bin/LJ/Browse.pm 2011-01-27 09:12:38 UTC (rev 18126) @@ -647,7 +647,7 @@ } # weird, catids that we couldn't find in memcache or db? - warn "unknown category: " . join(",", keys %need) if %need; + #warn "unknown category: " . join(",", keys %need) if %need; # now memcache and request cache are both updated, we're done return 1;