Skip to content

Commit

Permalink
Uncommented Throw
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Aug 31, 2021
1 parent 8bd5f9a commit 72cb651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haas_Gantry_BIDC/Bechtel SR.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ function onSection() {
}

if (hasParameter("notes") && getParameter("notes").toUpperCase().indexOf("APPROVED") <= -1) {
// throw "Operation \"" + getParameter("operation-comment") + "\" not approved. See a Peer Mentor."
throw "Operation \"" + getParameter("operation-comment") + "\" not approved. See a Peer Mentor."
}

if (staticProperties.showNotes) {
Expand Down

0 comments on commit 72cb651

Please sign in to comment.