Skip to content

Commit 0705c47

Browse files
committed
Remove Console.log
1 parent d75ede8 commit 0705c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/adaptiveCardHost/AdaptiveCardHost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const AdaptiveCardHost = (props: IAdaptiveCardHostProps): JSX.Element =>
157157
currentRenderElement.appendChild(renderedElement);
158158

159159
// just for debugging pourpouse
160-
console.log(evaluationContext);
160+
// console.log(evaluationContext);
161161
// *****
162162
} catch (cardRenderError) {
163163
if (props.onError) {

0 commit comments

Comments
 (0)