Skip to content

Commit

Permalink
removed unused prints
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed May 25, 2016
1 parent 342a44e commit 2883a47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django_blog_it/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from .posts.views import *
from .settings import MEDIA_URL, MEDIA_ROOT

print MEDIA_ROOT
print MEDIA_URL

urlpatterns = [
url(r'^$', index, name='index'),
Expand Down

0 comments on commit 2883a47

Please sign in to comment.