Skip to content

Commit

Permalink
remove log with sensitive info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Saccoccia committed Oct 11, 2024
1 parent ddffd1b commit 54b61bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/arcgis/service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const arcgisPluginHooks: InitPluginHook<typeof InjectedServices> = {
console.info('Applying ArcGIS plugin config...')
const arcConfig = req.body as ArcGISPluginConfig
const configString = JSON.stringify(arcConfig)
console.info(configString) //TODO this puts user password in logs. Should we use debug or avoid logging?
processor.putConfig(arcConfig)
res.sendStatus(200)
})
Expand Down

0 comments on commit 54b61bf

Please sign in to comment.