mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Remove chatty log lines
This commit is contained in:
@@ -54,8 +54,6 @@
|
||||
- Fix: don't remove locks for queries with task status of PENDING.
|
||||
- Only split columns with __/:: that end with filter/MultiFilter.
|
||||
|
||||
### Other
|
||||
|
||||
## v1.0.3 - 2017-04-18
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -18,7 +18,6 @@ try:
|
||||
import httplib2
|
||||
enabled = True
|
||||
except ImportError as e:
|
||||
logger.info(str(e))
|
||||
enabled = False
|
||||
|
||||
|
||||
|
||||
@@ -9,10 +9,8 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
from memsql.common import database
|
||||
|
||||
enabled = True
|
||||
except ImportError, e:
|
||||
logger.warning(e)
|
||||
except ImportError:
|
||||
enabled = False
|
||||
|
||||
COLUMN_NAME = 0
|
||||
|
||||
Reference in New Issue
Block a user