Skip to content

Commit 09e99c7

Browse files
committed
Delete unneeded print statement
1 parent 081f138 commit 09e99c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ if pyprojectwheelbuild_enabled
149149
# this is where that operation happens.
150150
# Files get copied to <python directory>/site-packages/<subdir>
151151
foreach python_src : python_srcs
152-
message(fs.relative_to(python_src, 'src' / python_project_name))
153152
py.install_sources(
154153
python_src,
155154
subdir: fs.parent(fs.relative_to(python_src, 'src')),

0 commit comments

Comments
 (0)