Skip to content

Commit e1eb3d0

Browse files
authored
Merge pull request #71 from gap-packages/mh/no-spurious-output
Remove accidental debug output
2 parents 431f9d5 + 4d6d2b4 commit e1eb3d0

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

lib/codeops.gi

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,15 +2796,17 @@ function(C)
27962796
Add(param, "--mod");
27972797
Add(param, 2);
27982798
fi;
2799-
elif LeftActingDomain(C) = GF(3) then
2800-
if IsSelfOrthogonalCode(C) then
2801-
Add(param, "--mod");
2802-
Add(param, 5);
2803-
fi;
2804-
fi;
2805-
Add(param, tmpFile);
2806-
Print(param, "\n");
2807-
## Now call the external program
2799+
2800+
elif LeftActingDomain(C) = GF(3) then
2801+
if IsSelfOrthogonalCode(C) then
2802+
Add(param, "--mod");
2803+
Add(param, 5);
2804+
fi;
2805+
fi;
2806+
Add(param, tmpFile);
2807+
2808+
## Now call the external program
2809+
28082810
Process(DirectoryCurrent(),
28092811
Filename(path, "minimum-weight"),
28102812
InputTextUser(),

0 commit comments

Comments
 (0)