We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0705c47 commit b35f5b6Copy full SHA for b35f5b6
src/controls/adaptiveCardHost/AdaptiveCardHost.tsx
@@ -156,9 +156,6 @@ export const AdaptiveCardHost = (props: IAdaptiveCardHostProps): JSX.Element =>
156
currentRenderElement.innerHTML = "";
157
currentRenderElement.appendChild(renderedElement);
158
159
- // just for debugging pourpouse
160
- // console.log(evaluationContext);
161
- // *****
162
} catch (cardRenderError) {
163
if (props.onError) {
164
props.onError(cardRenderError);
0 commit comments