
theory at bricolage
Mar 19, 2009, 9:43 PM
Post #1 of 1
(556 views)
Permalink
|
|
[8512] Didn't mean to leave those in, of course.
|
|
Revision: 8512 Author: theory Date: 2009-03-19 21:43:00 -0700 (Thu, 19 Mar 2009) ViewCVS: http://viewsvn.bricolage.cc/?rev=8512&view=rev Log Message: ----------- Didn't mean to leave those in, of course. Modified Paths: -------------- bricolage/trunk/lib/Bric/Biz/Asset/Business/Media.pm Modified: bricolage/trunk/lib/Bric/Biz/Asset/Business/Media.pm =================================================================== --- bricolage/trunk/lib/Bric/Biz/Asset/Business/Media.pm 2009-03-20 04:38:45 UTC (rev 8511) +++ bricolage/trunk/lib/Bric/Biz/Asset/Business/Media.pm 2009-03-20 04:43:00 UTC (rev 8512) @@ -1205,9 +1205,7 @@ || (not defined $cat_id && defined $old_cat_id) || ($cat_id != $old_cat_id); - print STDERR "######### $cat_id\n" if $ENV{FOO}; my $cat = Bric::Biz::Category->lookup({ id => $cat_id }); - print STDERR "######### $cat\n" if $ENV{FOO}; my $oc = $self->get_primary_oc; my $c_cat = $self->get_category_object();
|