Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalClient
Commits
59b215ab
Commit
59b215ab
authored
Nov 08, 2018
by
Lukas Burgey
Browse files
Remove some logging
parent
f6fc80e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
task.go
View file @
59b215ab
...
...
@@ -368,10 +368,6 @@ func (c *config) handleTask(t task) (err error) {
// if the script does not provide any credential specific states we expect all
// credentials to have the same state as the whole execution (output.State)
if
output
.
UserCredentialStates
==
nil
{
if
*
scriptDebugging
{
t
.
Log
(
"The script did not provided credential specific states"
)
}
var
userCredentialStates
=
make
(
s
.
UserCredentialStates
)
for
credType
,
credList
:=
range
t
.
Credentials
{
for
_
,
credential
:=
range
credList
{
...
...
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