Skip to content

Commit 2a4c2c9

Browse files
committed
Remove unnecessary log
Signed-off-by: Qifan Deng <[email protected]>
1 parent 1f7916a commit 2a4c2c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/dataset/custom_dataset.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ func (d *CustomDataset) Init(path string, url string) error {
294294
return fmt.Errorf("failed to get user home directory: %w", err)
295295
}
296296
path = filepath.Join(user, ".llm-d", "dataset.sqlite3")
297-
d.Logger.Info("Using default for dataset", "path", path)
298-
} else {
299-
d.Logger.Info("Using provided path for dataset", "path", path)
300297
}
301298

302299
_, err := os.Stat(path)

0 commit comments

Comments
 (0)