Skip to content

Commit d883a87

Browse files
author
OutlyingWest
committed
incorrect log level fixed
1 parent b24d8b7 commit d883a87

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/jumper/kernel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,6 @@ async def scorep_execute(
917917
# Determine directory to which trace files were saved by Score-P
918918
scorep_folder = ""
919919
if "SCOREP_EXPERIMENT_DIRECTORY" in os.environ:
920-
self.log.warning(f'{os.environ["SCOREP_EXPERIMENT_DIRECTORY"]=}')
921920
scorep_folder = os.environ["SCOREP_EXPERIMENT_DIRECTORY"]
922921
self.cell_output(
923922
f"Instrumentation results can be found in {scorep_folder}"

0 commit comments

Comments
 (0)