Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 628e1f3

Browse files
committed
fix(FormFileInput): Removed console.log debug statement.
1 parent 022cea2 commit 628e1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Form/FormFileInput.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class FormFileInput extends React.Component<Props, State> {
3131
};
3232

3333
_handleOnChange = (event: SyntheticInputEvent<HTMLInputElement>): void => {
34-
console.log(event.target.files);
3534
this.setState({ fileName: event.target.files[0].name });
3635
if (this.props.onChange) {
3736
this.props.onChange(event);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy