Skip to content

Commit bfe1f35

Browse files
committed
remove print
1 parent 07a6c0e commit bfe1f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyjdb/pyjdb_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ def test_reference_type_class_file_version(self):
494494
self.assertIsInstance(class_file_version_resp["minorVersion"], int)
495495

496496
def test_reference_type_constant_pool(self):
497-
print(self.thread_class_id)
498497
constant_pool_resp = self.jdwp.ReferenceType.ConstantPool({
499498
"refType": self.thread_class_id})
500499
self.assertIn("count", constant_pool_resp)

0 commit comments

Comments
 (0)