remove debugging message

This commit is contained in:
2020-08-08 19:26:45 -04:00
parent 8f0bf4a6bc
commit 0f6e7baef4

View File

@@ -10,7 +10,6 @@ systemd_config_data_file = configure_file(
systemd = find_program ('systemd', required: false)
if systemd.found()
message ('systemd was found')
install_data(
systemd_config_data_file,
install_dir: join_paths(get_option('prefix'), 'lib', 'systemd', 'system')