Skip to content

Commit c0db4f1

Browse files
Merge pull request #425 from erikdarlingdata/dev
Update sp_HumanEventsBlockViewer.sql
2 parents ad562ed + 7065c9c commit c0db4f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sp_HumanEvents/sp_HumanEventsBlockViewer.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ EXEC sys.sp_configure ''show advanced options'', 1;
257257
EXEC sys.sp_configure ''blocked process threshold'', 5; /* Seconds of blocking before a report is generated */
258258
RECONFIGURE;',
259259
10, 0) WITH NOWAIT;
260-
RETURN;
261260
END;
262261

263262
/*Set some variables for better decision-making later*/

0 commit comments

Comments
 (0)