Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
f3be73ba
Commit
f3be73ba
authored
Jun 03, 2022
by
Joerg-Holger Panzer
Browse files
Remove log output
parent
0d00ce9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
indexer/helper/fileAccess.go
View file @
f3be73ba
...
...
@@ -312,9 +312,6 @@ func CreateImageInfoInS3(bucket string, infojsonkey string, imagekey string, doc
log
.
Errorf
(
"Could not upload infoJson for %s/%s to S3, due to %s"
,
bucket
,
infojsonkey
,
err
.
Error
())
}
log
.
Errorf
(
"infoJsonString: %v"
,
infoJsonString
)
log
.
Errorf
(
"UploadTo: '%s', '%s', err: %s"
,
product
,
infojsonkey
,
err
)
return
&
types
.
ImageInfo
{
Width
:
int32
(
width
),
Height
:
int32
(
height
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment