Skip to content

Commit

Permalink
Borrado console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Nov 8, 2023
1 parent 390b3ac commit 86e061b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export abstract class QueryBuilderService {
/** si es una consulta de llista de valors es retorna la llista de valors possibles */
/** ............................................................................... */
if( this.queryTODO.fields.length == 1 && this.queryTODO.fields[0].valueListSource && this.queryTODO.fields[0].column_type === 'text' && this.permissions.length == 0&& this.queryTODO.filters.length == 0){
console.log('entro aqui')
this.query = this.valueListQuery( );
return this.query;
}
Expand Down

0 comments on commit 86e061b

Please sign in to comment.