remove debugger statement

This commit is contained in:
Abderahman88 2022-10-25 23:36:54 +02:00
parent 4cf6c2cab5
commit 782c1abb36
1 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ import { Map, ICoordinates, MapType } from "@pnp/spfx-controls-react/lib/Map";
import { EventRecurrenceInfo } from '../../controls/EventRecurrenceInfo/EventRecurrenceInfo';
import { getGUID } from '@pnp/common';
import { toLocaleShortDateString } from '../../utils/dateUtils';
import { getTheme, FontWeights, mergeStyleSets } from 'office-ui-fabric-react/lib/Styling';
const format = require('string-format');
const DayPickerStrings: IDatePickerStrings = {
@ -456,7 +455,6 @@ export class Event extends React.Component<IEventProps, IEventState> {
* @memberof Event
*/
private onDelete(ev: React.MouseEvent<HTMLDivElement>) {
debugger;
ev.preventDefault();
this.setState({ displayDialog: true });
}