Skip to content

Commit 2990bc7

Browse files
committed
cleanup
1 parent 71a9463 commit 2990bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fpm/manifest/profiles.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,6 @@ subroutine profile_dump(self, table, error)
11271127
if (allocated(error)) return
11281128
call set_string(table, "compiler", self%compiler, error)
11291129
if (allocated(error)) return
1130-
print *, 'save os-type = ',os_type_name(self%os_type)
11311130
call set_string(table,"os-type",os_type_name(self%os_type), error, 'profile_config_t')
11321131
if (allocated(error)) return
11331132
call set_string(table, "flags", self%flags, error)

0 commit comments

Comments
 (0)