alexkli commented on issue #114: URL: https://github.com/apache/openwhisk-wskdebug/issues/114#issuecomment-1203965641
cc @shazron @selfxp in case you folks have cycles. It seems we need to find a way to actually delete the "wskdebug=true" annotation [here](https://github.com/apache/openwhisk-wskdebug/blob/master/src/agentmgr.js#L449-L453). Some ideas to explore: 1. is there a trick to make update() overwrite the annotations? 2. delete all annotations before writing them again (without the wskdebug field)? 3. set wskdebug=false? (least preferable - I want the action to look exactly like before, with no `wskdebug` stuff left behind) 4. other ideas? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
