Remove now-unused PILLAR_WEB_SERVER_URL

This commit is contained in:
Sybren A. Stüvel 2016-07-08 17:00:21 +02:00
parent 36bbead1e1
commit 2e617287fd

View File

@ -12,9 +12,7 @@ from bpy.props import StringProperty, EnumProperty, PointerProperty, BoolPropert
from . import pillar, gui
PILLAR_SERVER_URL = 'https://cloudapi.blender.org/'
PILLAR_WEB_SERVER_URL = 'https://cloudapi.blender.org/'
# PILLAR_SERVER_URL = 'http://localhost:5000/'
# PILLAR_WEB_SERVER_URL = 'http://pillar_web:5001/'
ADDON_NAME = 'blender_cloud'
log = logging.getLogger(__name__)