Skip to content

Commit 01fb971

Browse files
committed
clean: remove output and unused import
1 parent 3b03ab8 commit 01fb971

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/metapackage/fpm_meta_netcdf.f90

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module fpm_meta_netcdf
22
use fpm_compiler, only: compiler_t, get_include_flag
33
use fpm_meta_base, only: metapackage_t, destroy
44
use fpm_meta_util, only: add_pkg_config_compile_options
5-
use fpm_pkg_config, only: assert_pkg_config, pkgcfg_has_package, pkgcfg_list_all
5+
use fpm_pkg_config, only: assert_pkg_config, pkgcfg_has_package
66
use fpm_strings, only: string_t
77
use fpm_error, only: error_t, fatal_error
88

@@ -62,8 +62,5 @@ subroutine init_netcdf(this, compiler, error)
6262
string_t('netcdf_nc_interfaces'), &
6363
string_t('netcdf_nf_data'), &
6464
string_t('netcdf_nf_interfaces')]
65-
66-
print *, 'NetCDF metapackage initialized successfully.'
67-
6865
end subroutine init_netcdf
6966
end module fpm_meta_netcdf

0 commit comments

Comments
 (0)