Skip to content

Commit

Permalink
Update client/Boundaries/Dexpi2Svg/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Dag Hovland <[email protected]>
  • Loading branch information
JohannesETelle and daghovland authored Oct 1, 2024
1 parent ec75414 commit 2b5aa8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/Boundaries/Dexpi2Svg/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static void Main(string[] args)
using (XmlReader xr = XmlReader.Create(sr, readerSettings)) // added
{
xslt.Load(xr, xsltSettings, new XmlUrlResolver());//added
//xslt.Load(xr, xsltSettings, new XmlUrlResolver());
}

MathExtensions mathExtensions = new MathExtensions();
Expand Down

0 comments on commit 2b5aa8d

Please sign in to comment.