1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Debug removal

This commit is contained in:
KyrneDev
2021-02-19 13:08:25 -08:00
committed by Alexander Skvortsov
parent 727440e88b
commit 125297278b

View File

@@ -60,8 +60,6 @@ export default class PostStreamScrubber extends Component {
const classNames = ['PostStreamScrubber', 'Dropdown']; const classNames = ['PostStreamScrubber', 'Dropdown'];
if (this.attrs.className) classNames.push(this.attrs.className); if (this.attrs.className) classNames.push(this.attrs.className);
console.log(showBackButton);
return ( return (
<div className={classNames.join(' ')}> <div className={classNames.join(' ')}>
<button className="Button Dropdown-toggle" data-toggle="dropdown"> <button className="Button Dropdown-toggle" data-toggle="dropdown">