Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
c3c85430
Commit
c3c85430
authored
Jun 18, 2013
by
Stavros Sachtouris
Browse files
Remove forgoten debug message
parent
668068af
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/commands/config.py
View file @
c3c85430
...
...
@@ -70,7 +70,6 @@ class config_list(_command_init):
@
errors
.
generic
.
all
def
_run
(
self
):
print
'ANY PROBLEMOS?'
for
section
in
sorted
(
self
.
config
.
sections
()):
items
=
self
.
config
.
items
(
section
)
for
key
,
val
in
sorted
(
items
):
...
...
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