Skip to content

Commit a915f02

Browse files
authored
Remove unnecessary comment (#731)
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent e22b57d commit a915f02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nemo_curator/log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def create_logger(
2626
log_level: int = logging.INFO,
2727
stdout: bool = False,
2828
) -> logging.Logger:
29-
# Minor change
3029
# Create the logger
3130
logger = logging.getLogger(name)
3231
logger.setLevel(log_level)

0 commit comments

Comments
 (0)