summaryrefslogtreecommitdiff
path: root/debian.go
diff options
context:
space:
mode:
Diffstat (limited to 'debian.go')
-rw-r--r--debian.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian.go b/debian.go
index 295d14d..9a888c2 100644
--- a/debian.go
+++ b/debian.go
@@ -56,11 +56,6 @@ func buildDeb(check *gitpb.Repo) error {
}
}
- if argv.MacBuild != nil {
- log.Info("todo: add mac builds")
- return nil
- }
-
var err error
if _, err = check.RunVerboseOnError(cmd); err != nil {
log.Info(check.FullPath, cmd)