From db127971a197c67545531322b0ffc31e97c68c85 Mon Sep 17 00:00:00 2001
From: Bjoern Esswein <692-bessw@users.noreply.gl.kwarc.info>
Date: Mon, 5 Aug 2024 16:45:38 +0200
Subject: [PATCH] remove unused import that breaks builds

---
 Runtime/ChromeDevtools/DevtoolsProtocolHandler.cs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Runtime/ChromeDevtools/DevtoolsProtocolHandler.cs b/Runtime/ChromeDevtools/DevtoolsProtocolHandler.cs
index 3c912fd..aa2bcb4 100644
--- a/Runtime/ChromeDevtools/DevtoolsProtocolHandler.cs
+++ b/Runtime/ChromeDevtools/DevtoolsProtocolHandler.cs
@@ -7,9 +7,7 @@ using Newtonsoft.Json.Linq;
 using System;
 using System.Collections;
 using System.Collections.Concurrent;
-using System.Collections.Generic;
 using System.Threading.Tasks;
-using UnityEditor.PackageManager;
 using UnityEngine;
 
 namespace bessw.Unity.WebView.ChromeDevTools
-- 
GitLab