diff --git a/gap/base/recognition.gi b/gap/base/recognition.gi index 3086bb206..0dd730669 100644 --- a/gap/base/recognition.gi +++ b/gap/base/recognition.gi @@ -977,9 +977,6 @@ InstallGlobalFunction( "GetCompositionTreeNode", # Testing: RECOG.TestGroupOptions := rec( - # Number of times to test whether the recognized size is right - sizeTests := 3, - # Number of random elements in group to check # This is used both for the number of elements in the # group to check, and the number of random elements of @@ -1039,9 +1036,6 @@ RECOG.TestGroup := function(g,proj,size, optionlist...) if count = -1 then return fail; fi; - else - #Print("Test was OK!\n"); - count := 3; # worked! fi; until count >= 3; #View(ri);