Skip to content

Commit 53b513c

Browse files
committed
Remove print
duh
1 parent 8b3f943 commit 53b513c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sp_BlitzFirst.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ BEGIN
208208
+ ' WHERE CheckDate >= DATEADD(mi, -15, CONVERT(DATETIMEOFFSET, ''' + CAST(@AsOf AS NVARCHAR(100)) + '''))'
209209
+ ' AND CheckDate <= DATEADD(mi, 15, CONVERT(DATETIMEOFFSET, ''' + CAST(@AsOf AS NVARCHAR(100)) + '''))'
210210
+ ' /*ORDER BY CheckDate, Priority , FindingsGroup , Finding , Details*/;';
211-
PRINT(@StringToExecute)
212211
EXEC(@StringToExecute);
213212

214213

0 commit comments

Comments
 (0)