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
snf-image
Commits
35b8835f
Commit
35b8835f
authored
Oct 21, 2013
by
Nikos Skalkotos
Browse files
Fix a bug in pithcat introduced in
08c317fa
There was a debug print in pithcat causing problems
parent
e9b88c1d
Changes
1
Show whitespace changes
Inline
Side-by-side
snf-image-host/pithcat
View file @
35b8835f
...
...
@@ -134,8 +134,6 @@ def main():
db_uri
=
environ
[
'PITHCAT_INPUT_DB'
]
if
not
options
.
db
else
options
.
db
print
"%s"
%
db_uri
backend
=
ModularBackend
(
None
,
db_uri
if
type
(
url
)
is
LocationURL
else
None
,
None
,
...
...
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