Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6b5b7a82 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

deleted console.writeline in LookupData

parent 46c10e40
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,7 @@ namespace TUGraz.VectoCore.Models.Declaration
var tmp = resourceId.Replace(DeclarationData.DeclarationDataResourcePrefix + ".", "");
var parts = tmp.Split('.');
var fileName = Path.GetFullPath(Path.Combine(@"Declaration\Override", string.Join(".", parts[parts.Length-2], parts[parts.Length-1])));
Console.WriteLine(fileName);
if (File.Exists(fileName)) {
if (overrideWarning != null) {
overrideWarning($"{resourceId} overridden by {fileName}");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment