1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-15 18:55:05 +00:00

removed verbose log from unit test

This commit is contained in:
Andrzej Sliwa 2020-12-09 13:00:02 +01:00
parent 9a3244bfc0
commit 6466419fd1
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ public class RegisterUpliftScope {
}
out.append(equivalenceClass.toString() + " ");
}
return out.toString().trim();
return out.toString();
}
@Override