Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Nov 3, 2022
1 parent 351adf5 commit cb24751
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bentoml/_internal/monitoring/api.py
Expand Up @@ -261,11 +261,6 @@ def log(
"role": role,
"type": data_type,
}
else:
logger.warning(
"Column %s already exists. Will use the existing column meta.",
name,
)
if self._is_first_column:
self._is_first_column = False

Expand Down

0 comments on commit cb24751

Please sign in to comment.