diff --git a/gap/bytable.gi b/gap/bytable.gi index 9a99714..042c70d 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -412,9 +412,9 @@ InstallOtherMethod(DirectProductOp, if n = 0 then Error("Usage: Cannot take DirectProduct of zero items."); fi; - if n < 2 then - return list[1]; - fi; +# if n < 2 then +# return list[1]; +# fi; # See if we can handle all objects for i in [2..n] do if not HasMultiplicationTable(list(i)) then