From 5f3b3a6870c2e4fab307674299c0ada4504bad0d Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:21:40 +1000 Subject: [PATCH] cleanup -noci --- src/CSConsole/ScriptInteraction.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/CSConsole/ScriptInteraction.cs b/src/CSConsole/ScriptInteraction.cs index 97ce201..9688c26 100644 --- a/src/CSConsole/ScriptInteraction.cs +++ b/src/CSConsole/ScriptInteraction.cs @@ -7,12 +7,6 @@ using System.Text; using UnityEngine; using UnityExplorer.Core.Runtime; -/* - Welcome to the UnityExplorer C# Console! - Use the Help dropdown to see detailed examples of how to use this console. - To see your output, use the Log panel or a Console Log window. -*/ - namespace UnityExplorer.CSConsole { public class ScriptInteraction : InteractiveBase @@ -76,4 +70,4 @@ namespace UnityExplorer.CSConsole } } -} \ No newline at end of file +}