From 136fd88a75f4819abda9dd7b195776a223cf5d7e Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 9 May 2024 19:18:12 +0200 Subject: [PATCH] [core] Remove confusing comment Same as https://github.com/mui/base-ui/pull/394#discussion_r1591917059 --- dangerfile.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dangerfile.ts b/dangerfile.ts index 930d859078c823..3b17317e6ba195 100644 --- a/dangerfile.ts +++ b/dangerfile.ts @@ -1,4 +1,3 @@ -// Inspired by React dangerfile // danger has to be the first thing required! import { danger, markdown } from 'danger'; import { exec } from 'child_process';