Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
candidosales committed Jul 18, 2024
1 parent 7188cca commit d2cebf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/services/pattern.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ const getFieldsFromPattern = (pattern, topLevel = false, relation = null) => {
* @returns {array} The relations.
*/
const getRelationsFromPattern = (pattern) => {
console.log('getRelationsFromPattern pattern', pattern);

let fields = getFieldsFromPattern(pattern);

fields = fields.filter((field) => field.split('.').length > 1); // Filter on fields containing a dot (.)
Expand Down

0 comments on commit d2cebf1

Please sign in to comment.