Skip to content

Commit

Permalink
remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera authored and nimgould committed Dec 20, 2024
1 parent 3cd8a3a commit 9a10204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/glrt/glrt.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! THIS VERSION: GALAHAD 5.1 - 2024-12-20 AT 12:20 GMT.
! THIS VERSION: GALAHAD 5.1 - 2024-12-20 AT 13:40 GMT.

#include "galahad_modules.h"

Expand Down Expand Up @@ -2694,7 +2694,6 @@ SUBROUTINE GLRT_import_control( control, data, status )
! copy control to internal data

data%glrt_control = control
data%glrt_control%print_level = 1 !!! remove

status = GALAHAD_ready_to_solve
RETURN
Expand Down

0 comments on commit 9a10204

Please sign in to comment.