thm-p3-configurator 0.0.205 → 0.0.206

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,7 +118,6 @@ class AddressLookupService {
118
118
  let result = null;
119
119
  try {
120
120
  result = await this.lookupAddressPDOK(postcode, houseNumber);
121
- console.log('looking up address with PDOK');
122
121
  if (result) {
123
122
  return result;
124
123
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.205",
3
+ "version": "0.0.206",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",