Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Munn <gregm@microsoft.com>2019-11-12 15:55:51 +0300
committerGreg Munn <gregm@microsoft.com>2019-11-12 15:55:51 +0300
commit990bd8fe6ec559d286817a6f74fb6e045054769f (patch)
treef9b4c4eb5801e85ee010b13bc21727d77b2778b2 /main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs
parent287857e6aeaa436c6005618ba0addedb0df74863 (diff)
[Debugger] Remove debug code
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs
index eba622d244..1f508f5eca 100644
--- a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs
+++ b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.VSTextView/QuickInfo/MacDebuggerTooltipWindow.cs
@@ -113,10 +113,6 @@ namespace MonoDevelop.Debugger
height = NMath.Min (height, maxHeight);
- Console.WriteLine ("OnTreeViewResized()");
- Console.WriteLine ("\told size = {0}x{1}", widthConstraint.Constant, heightConstraint.Constant);
- Console.WriteLine ("\tnew size = {0}x{1}", treeView.OptimalTooltipWidth, height);
-
widthConstraint.Constant = treeView.OptimalTooltipWidth;
heightConstraint.Constant = height;
}