Skip to content
Snippets Groups Projects
Commit 31976f7b authored by Allen Gilliland's avatar Allen Gilliland
Browse files

kill unnecessary variable creation.

parent c118feac
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,6 @@ export default class QueryVisualization extends Component {
let { result } = this.props;
let error = result.error;
if (error) {
let message;
if (typeof error.status === "number") {
let adminEmail = MetabaseSettings.adminEmail();
// Assume if the request took more than 15 seconds it was due to a timeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment