Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit af576a7

Browse files
delete erroneous sout
1 parent c4ecdf8 commit af576a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pattern/variable/builder/TypeVariableBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ default TypeVariable relates(String roleType) {
154154
}
155155

156156
default TypeVariable relates(UnboundVariable roleTypeVar) {
157-
System.out.println(this);
158157
return constrain(new TypeConstraint.Relates(roleTypeVar));
159158
}
160159

0 commit comments

Comments
 (0)