Skip to content

Commit 0b52cae

Browse files
committed
rediet@openfn.org's change on OpenFn.org
1 parent c297ce9 commit 0b52cae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

form-sharing/1-getNewKoboForms.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
getForms({}, state => {
33
//ALL KEYWORDS:
44
//const keywords = ['price', 'prix', 'bns', 'nrgt', 'grm', 'feedback'];
5-
console.log('Raw Kobo response:');
6-
console.log(JSON.stringify(state.data, null, 2));
5+
76
//BNS KEYWORDS ONLY
87
const keywords = ['price', 'prix', 'bns', 'nrgt'];
98

0 commit comments

Comments
 (0)