Skip to content

Commit 08bbba3

Browse files
committed
remove debug print
1 parent 9bc4590 commit 08bbba3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test_package/conanfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33

44
from conan import ConanFile
5-
from conan.api.output import ConanOutput
65
from conan.errors import ConanException
76
from conan.tools.cmake import CMake, cmake_layout
87
from conan.tools.build import can_run
@@ -41,7 +40,5 @@ def test(self):
4140
out = proc.communicate()[0]
4241
pass
4342

44-
ConanOutput("test package").writeln(out)
45-
4643
if f"Module listening on {sock}" not in out:
4744
raise ConanException(f"Simple example failed to start module listening")

0 commit comments

Comments
 (0)