|
@@ -126,8 +126,6 @@ class ApiManager(http.Controller):
|
|
|
auth = 'none',
|
|
|
cors = '*')
|
|
|
def restify(self, **args):
|
|
|
- print args
|
|
|
- print "----------------------------------------------------------------"
|
|
|
if not self.valid_token():
|
|
|
return self.make_response({'error': 'unauthorized resource'}, 401) # access denied
|
|
|
|