console.log doesn't take %s substitutions
This commit is contained in:
parent
3409ad97d8
commit
9fd45d1f14
9 changed files with 12 additions and 12 deletions
|
@ -89,7 +89,7 @@ module.exports = createReactClass({
|
|||
+ "authentication");
|
||||
}
|
||||
|
||||
console.log("Rendering to %s", divId);
|
||||
console.info("Rendering to %s", divId);
|
||||
this._captchaWidgetId = global.grecaptcha.render(divId, {
|
||||
sitekey: publicKey,
|
||||
callback: this.props.onCaptchaResponse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue