Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 043ffe8

Browse files
committed
Revert "The variable 'ex' is declared but never used"
This reverts commit c7f3c25.
1 parent faa0e93 commit 043ffe8

File tree

1 file changed

+0
-1
lines changed
  • src/APIM_ARMTemplate/apimtemplate/Common/FileHandlers

1 file changed

+0
-1
lines changed

src/APIM_ARMTemplate/apimtemplate/Common/FileHandlers/FileReader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public bool isJSON(string fileContents)
9999
}
100100
catch (Exception ex)
101101
{
102-
Console.WriteLine("Error occured: " + ex.Message);
103102
return false;
104103
}
105104
}

0 commit comments

Comments
 (0)