remove unused logger line
This commit is contained in:
parent
b3c17b6f90
commit
b3b1200d07
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ func prepModules(config *configs.Config) {
|
||||||
configs.Set_Modprobe(config.Gpu_IDs)
|
configs.Set_Modprobe(config.Gpu_IDs)
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Printf(config.Path.DRACUT)
|
|
||||||
|
|
||||||
// If we have a folder for dracut
|
// If we have a folder for dracut
|
||||||
if fileio.FileExist(config.Path.DRACUT) {
|
if fileio.FileExist(config.Path.DRACUT) {
|
||||||
// Configure dracut
|
// Configure dracut
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue