removed unneeded console.log

This commit is contained in:
pushrbx
2020-01-17 17:58:09 +00:00
parent c4c2f1cbee
commit 76d2ca3e37

View File

@@ -672,7 +672,6 @@ export default {
} else if (gqlQueryString.indexOf(`\$${variable.key}: Float`) > -1) {
variables[variable.key] = parseFloat(variable.value);
} else {
console.log(variable);
variables[variable.key] = variable.value;
}
});