Skip to content

Commit b35f5b6

Browse files
committed
remove console.log
1 parent 0705c47 commit b35f5b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/controls/adaptiveCardHost/AdaptiveCardHost.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ export const AdaptiveCardHost = (props: IAdaptiveCardHostProps): JSX.Element =>
156156
currentRenderElement.innerHTML = "";
157157
currentRenderElement.appendChild(renderedElement);
158158

159-
// just for debugging pourpouse
160-
// console.log(evaluationContext);
161-
// *****
162159
} catch (cardRenderError) {
163160
if (props.onError) {
164161
props.onError(cardRenderError);

0 commit comments

Comments
 (0)