From fdb505dd7c793f41f826c3350dde613ba99c341d Mon Sep 17 00:00:00 2001 From: Bo Chulindra Date: Fri, 22 Mar 2024 15:41:56 -0400 Subject: [PATCH] Remove unused commented-out code from hello-world index.jsp --- src/main/webapp/examples/hello-world/index.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/webapp/examples/hello-world/index.jsp b/src/main/webapp/examples/hello-world/index.jsp index e8754ab..0e0c79a 100644 --- a/src/main/webapp/examples/hello-world/index.jsp +++ b/src/main/webapp/examples/hello-world/index.jsp @@ -9,7 +9,6 @@ return; } String yourConsumerSecret=System.getenv("CANVAS_CONSUMER_SECRET"); - //String yourConsumerSecret="1818663124211010887"; String signedRequestJson = SignedRequest.verifyAndDecodeAsJson(signedRequest[0], yourConsumerSecret); %>