Skip to content

Commit 8067449

Browse files
committed
Removes unnecessary logging
1 parent 39fd010 commit 8067449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Lithnet.GoogleApps.MA.Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Product Id="*"
44
Name="Lithnet GoogleApps Management Agent"
55
Language="1033"
6-
Version="1.1.6042"
6+
Version="1.1.6049"
77
Manufacturer="Lithnet"
88
UpgradeCode="3410d571b358426281edb2990ae57cae" >
99

src/Lithnet.GoogleApps.MA/ManagementAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ private GetImportEntriesResults GetImportEntriesFull()
620620
Thread.Sleep(1000);
621621
}
622622

623-
Logger.WriteLine("Import page complete. Returning {0} objects to sync engine", LogLevel.Debug, results.CSEntries.Count);
623+
//Logger.WriteLine("Import page complete. Returning {0} objects to sync engine", LogLevel.Debug, results.CSEntries.Count);
624624
return results;
625625
}
626626

0 commit comments

Comments
 (0)