File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ CURRENT_DIR=$(shell pwd)
33DIST_DIR =${CURRENT_DIR}/build/dist
44CLI_NAME =microcks
55BIN_NAME =microcks
6+ WATCHER_NAME =watcher
67
78HOST_OS =$(shell go env GOOS)
89HOST_ARCH =$(shell go env GOARCH)
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ func NewImportCommand(globalClientOpts *connectors.ClientOptions) *cobra.Command
105105 Context : []string {globalClientOpts .Context },
106106 MainArtifact : mainArtifact ,
107107 })
108-
109- fmt .Println (watchCfg .Entries )
110-
111108 //write watch file
112109 err = config .WriteLocalWatchConfig (* watchCfg , watchFile )
113110 errors .CheckError (err )
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ func (wm *WatchManager) Reload() error {
7272 }
7373
7474 wm .watchEntries = newFiles
75- fmt .Println (wm .watchEntries )
7675 return nil
7776}
7877
You can’t perform that action at this time.
0 commit comments