Skip to content

Commit 01bd18f

Browse files
authored
removed errorcount as it is not being used
1 parent d358754 commit 01bd18f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Server-Side Components/Background Scripts/Safe Bulk Update with Logging/bulk_update_with_progress.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var FIELD_TO_UPDATE = 'state'; // Field to update
44
var NEW_VALUE = '1'; // Value to set
55

66
var successCount = 0;
7-
var errorCount = 0;
87
//using gs.info for best logging
98
gs.info('[Bulk Update Started] Table: ' + TABLE + ' | Filter: ' + FILTER, 'BulkUpdate');
109

0 commit comments

Comments
 (0)