mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 13:56:36 +08:00
Debug removal
This commit is contained in:
parent
727440e88b
commit
125297278b
|
@ -60,8 +60,6 @@ export default class PostStreamScrubber extends Component {
|
|||
const classNames = ['PostStreamScrubber', 'Dropdown'];
|
||||
if (this.attrs.className) classNames.push(this.attrs.className);
|
||||
|
||||
console.log(showBackButton);
|
||||
|
||||
return (
|
||||
<div className={classNames.join(' ')}>
|
||||
<button className="Button Dropdown-toggle" data-toggle="dropdown">
|
||||
|
|
Loading…
Reference in New Issue
Block a user