Skip to content

Commit

Permalink
REmove debugging message
Browse files Browse the repository at this point in the history
svn path=/branches/mono-1-1-10/mcs/; revision=52833
  • Loading branch information
migueldeicaza committed Nov 10, 2005
1 parent 7a547aa commit 94c2961
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ public ConfigurationData (ConfigurationData parent)

public bool Load (string fileName)
{
Console.WriteLine ("ConfigurationData.Load ({0})\n{1}", fileName, Environment.StackTrace);
this.fileName = fileName;
if (fileName == null || !File.Exists (fileName))
return false;
Expand Down

0 comments on commit 94c2961

Please sign in to comment.