Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ijaz Ahmad
ksonnet
Commits
ef6c5422
Unverified
Commit
ef6c5422
authored
Apr 26, 2018
by
bryanl
Browse files
removing debug output
Signed-off-by:
bryanl
<
bryanliles@gmail.com
>
parent
08946ced
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
pkg/pipeline/pipeline.go
pkg/pipeline/pipeline.go
+0
-2
No files found.
pkg/pipeline/pipeline.go
View file @
ef6c5422
...
...
@@ -18,7 +18,6 @@ package pipeline
import
(
"bytes"
"encoding/json"
"fmt"
"io"
"path/filepath"
"regexp"
...
...
@@ -222,7 +221,6 @@ func (p *Pipeline) moduleObjects(module component.Module, filter []string) ([]*u
uns
,
_
,
err
:=
unstructured
.
UnstructuredJSONScheme
.
Decode
([]
byte
(
patched
),
nil
,
nil
)
if
err
!=
nil
{
fmt
.
Println
(
patched
)
return
nil
,
errors
.
Wrap
(
err
,
"decode unstructured"
)
}
ret
=
append
(
ret
,
uns
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment