|
@@ -98,9 +98,6 @@ namespace ExportStart
|
|
|
/// <returns></returns>
|
|
|
private static void SaveResult(string param, string result)
|
|
|
{
|
|
|
- Console.WriteLine(param);
|
|
|
- Log4Net.Debug(param);
|
|
|
- Log4Net.Debug(result);
|
|
|
try
|
|
|
{
|
|
|
|
|
@@ -109,7 +106,6 @@ namespace ExportStart
|
|
|
string path = jObject[key].ToString();
|
|
|
if (path.IsNotNullEmpty())
|
|
|
{
|
|
|
- Console.WriteLine(path);
|
|
|
var dir = Directory.GetParent(path);
|
|
|
if (!dir.Exists)
|
|
|
dir.Create();
|