aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub JelĂ­nek <33724536+kubajj@users.noreply.github.com>2021-03-27 17:04:31 +0100
committerGitHub <noreply@github.com>2021-03-27 17:04:31 +0100
commit6bebb81f3723c8d3a74a4d434bd0f5cccf31619e (patch)
tree77fb40ecc51f6d97cb5bb2367985a76a6e9df570
parenteb3846236e7d2b4af59aafd66b115e612ab5f679 (diff)
downloadfpm-6bebb81f3723c8d3a74a4d434bd0f5cccf31619e.tar.gz
fpm-6bebb81f3723c8d3a74a4d434bd0f5cccf31619e.zip
Update fpm/src/fpm.f90
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
-rw-r--r--fpm/src/fpm.f905
1 files changed, 0 insertions, 5 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90
index c75b50a..d58bd17 100644
--- a/fpm/src/fpm.f90
+++ b/fpm/src/fpm.f90
@@ -47,11 +47,6 @@ subroutine build_model(model, settings, package, error)
logical :: duplicates_found = .false.
type(string_t) :: include_dir
- if(settings%verbose)then
- write(*,*)'<INFO>BUILD_NAME:',settings%build_name
- write(*,*)'<INFO>COMPILER: ',settings%compiler
- endif
-
model%package_name = package%name
allocate(model%include_dirs(0))