mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-28 16:31:36 +00:00
removed verbose log from unit test
This commit is contained in:
parent
9a3244bfc0
commit
6466419fd1
@ -47,7 +47,7 @@ public class RegisterUpliftScope {
|
||||
}
|
||||
out.append(equivalenceClass.toString() + " ");
|
||||
}
|
||||
return out.toString().trim();
|
||||
return out.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user