Skip to content

Commit bd5aad5

Browse files
committed
Test build speed
1 parent 3510288 commit bd5aad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/status_sync.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func (cmd *StatusCmd) RunStatusSync(cobraCmd *cobra.Command, args []string) {
1515
// config := configutil.GetConfig(false)
1616

1717
// Read syncLog
18-
cwd, err := os.Getwd()
18+
/*cwd, err := os.Getwd()
1919
if err != nil {
2020
log.Fatal(err)
2121
}
@@ -26,5 +26,5 @@ func (cmd *StatusCmd) RunStatusSync(cobraCmd *cobra.Command, args []string) {
2626
log.Fatalf("Couldn't read %s. Do you have a sync path configured?", syncLogPath)
2727
}
2828
29-
_ = strings.Split(string(data), "\n")
29+
_ = strings.Split(string(data), "\n")*/
3030
}

0 commit comments

Comments
 (0)