Skip to content

Commit

Permalink
SIRE-9538 remove pp
Browse files Browse the repository at this point in the history
Reviewed-by: muspelkat, beilers
  • Loading branch information
Henning-B committed Jun 20, 2023
1 parent 39f3988 commit 338bd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet/provider/mongodb_database/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def self.instances
}
'
mongo_eval_result = mongo_eval("#{pre_cmd};JSON.stringify(db.getMongo().getDBs())")
pp mongo_eval_result
dbs = JSON.parse mongo_eval_result

dbs['databases'].map do |db|
Expand Down

0 comments on commit 338bd62

Please sign in to comment.