Remove this line, as it was not needed

This commit is contained in:
Patrick Uiterwijk 2013-09-27 07:00:44 +00:00
parent 4c4ad6cefd
commit 56b43fde5a

View file

@ -42,7 +42,3 @@ CACHE_FOLDER = os.path.join(STATIC_FOLDER, 'cache')
### The application will keep the ratio intact and just make sure that either
### length or width of the picture fit the length and width specified below.
THUMB_SIZE = (256, 256)
# This is required for openid to work in stg. Might as well for prod too.
PREFERRED_URL_SCHEME = 'https'