diff options
-rwxr-xr-x | enter_bug.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi index 2ee23897b..55547b15c 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -177,9 +177,6 @@ if ($product_name eq '') { # to enter a bug against this product. $product = $user->can_enter_product($product || $product_name, THROW_ERROR); -# Preloading certain attributes such as components/versions/milestones/flags -Bugzilla::Product::preload([ $product ], 1, { is_active => 1 }); - ############################################################################## # Useful Subroutines ############################################################################## |