Skip to content

Commit b27d402

Browse files
claudiamurialdoclaudiamurialdo
andauthored
Remove unintended Debugger breakpoint. (#1174)
Co-authored-by: claudiamurialdo <c.murialdo@globant.com>
1 parent 64ae7c3 commit b27d402

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dotnet/src/dotnetframework/GxOffice/ExcelCellGXWrapper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public ExcelCellGXWrapper(IExcelCellRange value) {
1212
}
1313
public ExcelCellGXWrapper()
1414
{
15-
System.Diagnostics.Debugger.Launch();
1615
}
1716

1817
public int RowStart => _value.RowStart;

dotnet/src/extensions/SecurityAPI/test/dotnetframework/SecurityAPITest/XmlSignature/DSig/TestFindID.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using GeneXusXmlSignature.GeneXusCommons;
1+
using GeneXusXmlSignature.GeneXusCommons;
22
using GeneXusXmlSignature.GeneXusDSig;
33
using NUnit.Framework;
44
using SecurityAPICommons.Keys;
@@ -37,7 +37,6 @@ public virtual void SetUp()
3737
[Test]
3838
public void TestFindID1()
3939
{
40-
//System.Diagnostics.Debugger.Launch();
4140
string signed = signer.DoSignElement(xmlInput, xPath, key, cert, options);
4241
Assert.IsFalse(SecurityUtils.compareStrings(signed, ""));
4342
Assert.IsFalse(signer.HasError());

0 commit comments

Comments
 (0)