Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed May 5, 2022
1 parent e84b5aa commit 653e02a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FROM go as build
WORKDIR /build
COPY go.mod go.sum ./
COPY ./internal/imports imports
COPY ./local ./local
RUN go build ./imports
COPY . .
RUN go build -o /bin/app .
Expand Down
1 change: 0 additions & 1 deletion local/sdk
Submodule sdk deleted from 8fcb37
1 change: 0 additions & 1 deletion local/sdk-kernel
Submodule sdk-kernel deleted from e5ab92
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func main() {
}
logger.Infof("sVID: %q", svid.ID)

logger.Info("MY_INFO")
// ********************************************************************************
// Create Network Service Manager nsmClient
// ********************************************************************************
Expand Down
1 change: 0 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build linux
// +build linux

package main_test
Expand Down

0 comments on commit 653e02a

Please sign in to comment.