Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
Media Metadata Indexer
Commits
e80f58dc
Unverified
Commit
e80f58dc
authored
Oct 23, 2020
by
Sebastian Schüpbach
Browse files
remove redundant logging
parent
81866ad6
Pipeline
#16018
passed with stages
in 4 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mediametadatatodb_app/resources/MediametadataToDB.py
View file @
e80f58dc
...
...
@@ -102,7 +102,6 @@ def _create_sql_stmt(table_name, record, fields):
def
_create_entities_entry
(
record
,
mariadbCursor
):
fields
=
[
'sig'
,
'uri'
]
sqlStmt
=
_create_sql_stmt
(
'entities_me'
,
record
,
fields
)
logging
.
warning
(
sqlStmt
)
mariadbCursor
.
execute
(
sqlStmt
)
...
...
Write
Preview
Supports
Markdown
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