removed unneeded console.log
This commit is contained in:
parent
c4c2f1cbee
commit
76d2ca3e37
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue