Skip to content

Commit 707518b

Browse files
Update and rename Prompt for removing all instances of logging from a script to Prompt for removing all logging statements from a script
1 parent eed6f9a commit 707518b

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

Prompts/Prompt for removing all instances of logging from a script

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Prompt for removing all logging statements from a script.
2+
3+
PURPOSE
4+
This prompt would assist developers who use logging statements to troubleshoot issues but forget to remove them from scripts before moving to production.
5+
6+
PROMPT
7+
Review the JavaScript code in <INSERT RECORD HERE> and remove all logging statements that use the gs.log, gs.info, gs.debug, gs.logError and gs.logWarning functions.
8+
Provide the updated script back to me, identifying where logging statements have been removed.

0 commit comments

Comments
 (0)