🐛 Forgot console.log

This commit is contained in:
Maxime Lalo 2023-05-02 10:01:04 +02:00
parent a979438a5f
commit b9afc7f2f2

View File

@ -108,7 +108,6 @@ export default class DepositDocument extends React.Component<IProps, IState> {
} }
public override componentDidMount(): void { public override componentDidMount(): void {
console.log(this.props.defaultFiles);
if (this.props.defaultFiles) { if (this.props.defaultFiles) {
this.setState({ this.setState({
files: this.props.defaultFiles.map((file) => ({ files: this.props.defaultFiles.map((file) => ({