Skip to content

Commit

Permalink
bump version, remove debug from sync
Browse files Browse the repository at this point in the history
  • Loading branch information
costaluu committed Sep 27, 2024
1 parent 600fcc9 commit 78d654d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "github.com/charmbracelet/lipgloss"
var (
APP_NAME = "flag"
COMMAND = "flag"
VERSION = "v0.0.6"
VERSION = "v0.0.7"
MIN_FEATURE_CHARACTERS = 5
ID_LENGTH = 25
)
Expand Down
4 changes: 0 additions & 4 deletions src/core/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ func Sync() {
if !workspaceExists {
logger.Result[string]("workspace not found, use flag init")
}

fmt.Println(workspaceExists)

logger.Debug()

var files map[string]types.FilePathCategory = make(map[string]types.FilePathCategory)

Expand Down

0 comments on commit 78d654d

Please sign in to comment.