console.log doesn't take %s substitutions
This commit is contained in:
@@ -364,7 +364,7 @@ export default class AppTile extends React.Component {
|
||||
if (this.props.onDeleteClick) {
|
||||
this.props.onDeleteClick();
|
||||
} else {
|
||||
console.log("Revoke widget permissions - %s", this.props.id);
|
||||
console.info("Revoke widget permissions - %s", this.props.id);
|
||||
this._revokeWidgetPermission();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user