Skip to content

Commit

Permalink
remove QA comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stas Arshanski committed Oct 30, 2022
1 parent 2c1904f commit 48e8f25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jade-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module.exports = function(sails) {
}

var modelsAsOptions = function (models, config, attr) {
console.log("modelsAsOptions was called with these params: ", models, config, attr);
let options = _.map(models, function (item) {
let row = {value: item.id, title: getModelName(item, config)};
if(_.get(item,"parent_id", false))
Expand Down

0 comments on commit 48e8f25

Please sign in to comment.