Skip to content

Commit

Permalink
fix: removing forgotten console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Oct 20, 2020
1 parent 36696f1 commit e6526aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/containers/Applications/ApplicationDetailsPdf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export const ApplicationDetailsPdf: React.FunctionComponent<Props> = (
</Row>

{formResults.map(({node}) => {
console.log(node);
return (
<View key={node.formJsonByFormId.name} style={styles.formFields}>
<Text
Expand Down

0 comments on commit e6526aa

Please sign in to comment.