chore: drop undeleted debug print

This commit is contained in:
Paul Pan 2024-02-19 21:14:16 +08:00
parent ba04c867d2
commit 4d21360251
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4

View File

@ -49,9 +49,6 @@ func init() {
UserDir = path.Join(Prefix, UserDir)
TmpDir = path.Join(Prefix, TmpDir)
fmt.Println("ImageFull:", ContainerImageFull)
fmt.Println("ImageRun:", ContainerImageRun)
if ContainerImageFull == "" {
ContainerImageFull = "git.0x7f.app/woj/ubuntu-full:latest"
}