Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Dec 17, 2019
1 parent 7d37d67 commit 434896a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/devspace/build/builder/helper/helper.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package helper

import (
"fmt"
"os"
"path/filepath"

Expand Down Expand Up @@ -157,8 +156,6 @@ func (b *BuildHelper) ShouldRebuild(cache *generated.CacheConfig, forceRebuild,
// only rebuild Docker image when Dockerfile or context has changed since latest build
mustRebuild := imageCache.Tag == "" || imageCache.DockerfileHash != dockerfileHash || imageCache.ImageConfigHash != imageConfigHash || imageCache.EntrypointHash != entrypointHash

fmt.Println(ignoreContextPathChanges)

// Check if we really should skip context path changes, this is only the case if we find a sync config for the given image name
if ignoreContextPathChanges {
ignoreContextPathChanges = false
Expand Down

0 comments on commit 434896a

Please sign in to comment.