1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 17:10:05 +00:00

fix: reducing logging per #400

This commit is contained in:
allan
2025-06-30 19:25:21 +01:00
parent 5b56c85455
commit d53eff7771
4 changed files with 13 additions and 6 deletions

View File

@@ -148,6 +148,6 @@ data _null_;
run;
/* END */
*%put &sysmacroname took %sysevalf(%sysfunc(datetime())-&dttm) seconds to run;
/* %put &sysmacroname took %sysevalf(%sysfunc(datetime())-&dttm) secs to run; */
%mend mp_replace;