Files
gerrit/polygerrit-ui/app/samples
Tao Zhou cd01d8fd89 Limit supported console methods
Replaced all console.log with console.info, limit supported
console methods.

`console.info`, `warn`, `error`, `assert` are more meaningful
than generic `log`. This will also help prevent having log prints
left by accident.

Updated rule:

`"no-console": ["error",
  { allow: ["warn", "error", "info", "assert", "group", "groupEnd"] }
]`

Change-Id: I88e8b1b0aea8659a206ddae642023efc1572f5f1
2020-07-22 11:00:54 +00:00
..