Skip to content

Commit

Permalink
Removed some diagnostics code.
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Base/JackrabbitOliverTwist
  • Loading branch information
rapmd73 committed Sep 23, 2024
1 parent a2f9560 commit 28b4008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Base/JackrabbitOliverTwist
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ def main():

EndTime=datetime.datetime.now()
Elapsed=(EndTime-StartTime)
if len(idx)>NumberProcesses:
JRLog.Write(f"{len(StorehouseIDX)} assets scanned in "+str(Elapsed)+" seconds")
# if len(idx)>NumberProcesses:
# JRLog.Write(f"{len(StorehouseIDX)} assets scanned in "+str(Elapsed)+" seconds")

JRRsupport.ElasticSleep(1)
# Safe way of cleanly existing to tracking and diagnostics
Expand Down

0 comments on commit 28b4008

Please sign in to comment.