diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 03:11:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 03:11:41 -0600 |
| commit | 3740ef98340655a2ec950eb4396095a423045d93 (patch) | |
| tree | d84e998234a2af62d4f4955f19c9e17578fe92f9 /readControlFile.go | |
| parent | ffaec2b5dd6b38d5b78b579998dedc91f016110e (diff) | |
preliminary build
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'readControlFile.go')
| -rw-r--r-- | readControlFile.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/readControlFile.go b/readControlFile.go index 7431f2a..14c336d 100644 --- a/readControlFile.go +++ b/readControlFile.go @@ -47,8 +47,7 @@ func (c *controlFile) readControlFile() error { for key, value := range pairs { switch key { case "Source": - // log.Info("FOUND Source!", value) - c.Source.SetText(value) + // log.Info("FOUND Source!", value) c.Source.SetText(value) case "Build-Depends": c.BuildDepends.SetText(value) case "Description": |
