Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
officialasishkumar committed May 10, 2024
1 parent 6889282 commit 2d1a654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ func (c *KpmClient) Package(kclPkg *pkg.KclPkg, tarPath string, vendorMode bool)
}

// Tar the current kcl package into a "*.tar" file.
fmt.Println(kclPkg.GetPkgName())
err := utils.TarDir(kclPkg.HomePath, kclPkg.GetPkgInclude(), kclPkg.GetPkgExclude(), tarPath)
if err != nil {
return reporter.NewErrorEvent(reporter.FailedPackage, err, "failed to package the kcl module")
Expand Down

0 comments on commit 2d1a654

Please sign in to comment.