Skip to content

Commit 63aa575

Browse files
docs(Scheduler): Remove unnecessary code (#3070)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 0748125 commit 63aa575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/scheduler/recurrence.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ A single Scheduler data item defines one series of recurring appointments. Set t
213213
214214
public Appointment()
215215
{
216-
var rand = new Random();
217216
Id = Guid.NewGuid();
218217
}
219218
}

0 commit comments

Comments
 (0)