We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc77064 commit 5e0f205Copy full SHA for 5e0f205
packages/selenium-ide/src/neo/components/ProjectHeader/index.jsx
@@ -50,7 +50,6 @@ export default class ProjectHeader extends React.Component {
50
this.props.changeName(e.target.value);
51
}
52
render() {
53
- console.log(UiState.options.recordNotifications);
54
return (
55
<div className={classNames("header", {"changed": this.props.changed})}>
56
<Title title={`Selenium IDE - ${this.props.title}${this.props.changed ? "*" : ""}`} />
0 commit comments