Skip to content

Commit

Permalink
Remove prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cole committed Oct 16, 2023
1 parent 28c1f02 commit cf50d27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions YSI_Core/y_core/y_scriptinit_impl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1245,9 +1245,7 @@ static bool:ScriptInit_CallOnCodeInit(bool:jit, bool:fs)
{
#if _YSI_SAFE_STARTUP
#if __debug <= 0
printf("A");
Debug_Info("Version: %02d.%02d.%04d", YSI_VERSION_MAJOR, YSI_VERSION_MINOR, YSI_VERSION_BUILD);
printf("B");
#endif
#else
YSI_PrintF__("Unsafe YSI signed by: %s", YSI_gcUnsafeStartupContract);
Expand Down

0 comments on commit cf50d27

Please sign in to comment.