mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
remove unused function removeSelect
This commit is contained in:
parent
d9db3d1402
commit
a63298bca2
@ -111,11 +111,6 @@ export default class PostgresQuery {
|
||||
this.updateProjection();
|
||||
}
|
||||
|
||||
removeSelect(index: number) {
|
||||
this.target.select.splice(index, 1);
|
||||
this.updateProjection();
|
||||
}
|
||||
|
||||
removeSelectPart(selectParts, part) {
|
||||
// if we remove the field remove the whole statement
|
||||
if (part.def.type === 'column') {
|
||||
|
Loading…
Reference in New Issue
Block a user