bbb-web: Removed debugging log used on development

This commit is contained in:
jfederico 2016-08-03 17:32:10 -04:00
parent a41646e4c4
commit b88328ea4e

View File

@ -392,7 +392,6 @@ class ApiController {
if (conf == null) {
// Check if this config is one of our pre-built config
configxml = configService.getConfig(params.configToken)
log.info conf
if (configxml == null) {
// BEGIN - backward compatibility
invalid("noConfigFound","We could not find a config for this request.", REDIRECT_RESPONSE);