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