cleanup logging

This commit is contained in:
2022-12-26 13:27:29 -07:00
parent da9a700e31
commit c24e001d52

View File

@@ -90,7 +90,6 @@ export class BigPicture extends React.PureComponent<Props, State> {
}
private _onTouchEnd = (e: React.TouchEvent) => {
console.debug("Event", e);
const touch = e.changedTouches[0];
const touchStart = this.state.touchStart as TouchStart;