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
SRCT
go
Commits
c0851626
Commit
c0851626
authored
Sep 02, 2014
by
Chris Reffett
Browse files
Remove debug print line
parent
5f9e2ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/management/commands/expirelinks.py
View file @
c0851626
...
...
@@ -8,5 +8,4 @@ class Command(BaseCommand):
def
handle
(
self
,
*
args
,
**
options
):
for
toexpire
in
URL
.
objects
.
filter
(
expires__lte
=
timezone
.
now
()):
self
.
stdout
.
write
(
"Removed URL %s (%s), expires %s"
%
(
toexpire
.
target
,
toexpire
.
short
,
toexpire
.
expires
))
toexpire
.
delete
()
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