Skip to content

Commit dd838b5

Browse files
committed
remove logging
1 parent 776051f commit dd838b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

OculusDB/OculusDBEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace OculusDB
1313
{
1414
public class OculusDBEnvironment
1515
{
16-
public static Updater updater = new ("1.1.48", "https://github.com/ComputerElite/OculusDB", "OculusDB", "OculusDB.dll");
16+
public static Updater updater = new ("1.1.49", "https://github.com/ComputerElite/OculusDB", "OculusDB", "OculusDB.dll");
1717
public static string workingDir = "";
1818
public static string dataDir = "";
1919
// Set to false if not in dev mode

OculusDB/ScrapingNodeCode/ScrapingNodeScraper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ public List<AppToScrape> CollectAppsToScrapeForHeadset(Headset h)
626626
foreach (Application a in OculusInteractor.EnumerateAllApplications(h))
627627
{
628628
apps++;
629-
Logger.Log(a.displayName + " " + a.id);
630629
appsToScrape.Add(new AppToScrape { currency = GetCurrency(), headset = h, appId = a.id, priority = false, imageUrl = a.cover_square_image.uri });
631630
}
632631
} catch(Exception e)

0 commit comments

Comments
 (0)