remove debugging message

This commit is contained in:
Chris Cromer 2020-08-08 19:26:45 -04:00
parent 8f0bf4a6bc
commit 0f6e7baef4
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 0 additions and 1 deletions

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')