Skip to content

Commit acc353b

Browse files
committed
Missed a conflict marker.
1 parent 0572aac commit acc353b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

functions/ocr/ocr-translate-text/src/main/java/functions/OcrTranslateText.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public void accept(PubSubMessage pubSubMessage, Context context) {
9696
} catch (InterruptedException | ExecutionException e) {
9797
// Log error (since these exception types cannot be thrown by a function)
9898
logger.log(Level.SEVERE, "Error publishing translation save request: " + e.getMessage(), e);
99-
<<<<<<< HEAD
10099
}
101100
}
102101

@@ -105,8 +104,6 @@ private static String getenv(String name) {
105104
if (value == null) {
106105
logger.warning("Environment variable " + name + " was not set");
107106
value = "MISSING";
108-
=======
109-
>>>>>>> master
110107
}
111108
return value;
112109
}

0 commit comments

Comments
 (0)