mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Remove debug text
This commit is contained in:
parent
b79c82a480
commit
d31c9df8ac
1 changed files with 0 additions and 2 deletions
|
@ -629,8 +629,6 @@ namespace IDE.ui
|
||||||
|
|
||||||
HoverListViewItem DoListViewItem(HoverListView listView, HoverListViewItem listViewItem, String displayString, String evalString, bool isPending, WatchEntry parentWatchEntry = null)
|
HoverListViewItem DoListViewItem(HoverListView listView, HoverListViewItem listViewItem, String displayString, String evalString, bool isPending, WatchEntry parentWatchEntry = null)
|
||||||
{
|
{
|
||||||
Debug.WriteLine("{} {}", evalString, isPending);
|
|
||||||
|
|
||||||
if ((displayString.StartsWith(":")) && (displayString.Contains('\n')))
|
if ((displayString.StartsWith(":")) && (displayString.Contains('\n')))
|
||||||
{
|
{
|
||||||
HoverListViewItem headListView = null;
|
HoverListViewItem headListView = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue