Skip to content

Commit

Permalink
timeit_debug_enabled set back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cook committed Jan 21, 2025
1 parent bc7f5f4 commit f7468a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/src/timer_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To control the debug timers in `moment_kinetics` we define this function once, i
To activate debug timers, edit this function so that it returns `true`.
"""
timeit_debug_enabled() = true
timeit_debug_enabled() = false

"""
Global object used to collect timings of various parts of the code
Expand Down

0 comments on commit f7468a6

Please sign in to comment.