Skip to content

Commit

Permalink
Delete unused variable in ocr (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Nov 27, 2018
1 parent 5b7c251 commit 41d1932
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion functions/ocr/app/config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"RESULT_TOPIC": "[RESULT_TOPIC_NAME]",
"RESULT_BUCKET": "[RESULT_BUCKET_NAME]",
"TRANSLATE_TOPIC": "[TRANSLATE_TOPIC_NAME]",
"TRANSLATE": true,
"TO_LANG": ["en", "fr", "es", "ja", "ru"]
}
1 change: 0 additions & 1 deletion functions/ocr/app/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function getSample () {
RESULT_TOPIC: `result-topic`,
RESULT_BUCKET: `result-bucket`,
TRANSLATE_TOPIC: `translate-topic`,
TRANSLATE: true,
TO_LANG: [`en`, `fr`, `es`, `ja`, `ru`]
};
const topic = {
Expand Down

0 comments on commit 41d1932

Please sign in to comment.