Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Nov 20, 2018
1 parent 10c090a commit 4f3c72a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"build/dist/material-ui-pickers.esm.js": {
"bundled": 114138,
"minified": 67056,
"gzipped": 14592,
"bundled": 114113,
"minified": 67041,
"gzipped": 14578,
"treeshaked": {
"rollup": {
"code": 49346,
"code": 49331,
"import_statements": 1317
},
"webpack": {
"code": 56150
"code": 56135
}
}
},
Expand Down
1 change: 0 additions & 1 deletion lib/src/_shared/BasePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class BasePicker extends React.Component<
this.handleChange(this.props.utils.date(), false);

public handleTextFieldChange = (date: MaterialUiPickersDate) => {
console.log(date);
const { onChange, utils, mergePreviousDateOnChange } = this.props;

if (mergePreviousDateOnChange) {
Expand Down

0 comments on commit 4f3c72a

Please sign in to comment.