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

Commit 7a32881

Browse files
committed
Remove log spam
1 parent b871ad1 commit 7a32881

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//365
1+
//366
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.13.7.365")]
10-
[assembly: AssemblyVersion("1.13.7.365")]
9+
[assembly: AssemblyFileVersion("1.13.7.366")]
10+
[assembly: AssemblyVersion("1.13.7.366")]

EssentialsPlugin/Essentials.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ public void Update( )
14721472
var entity = m_entitiesForUpdate10[i];
14731473
if (!( entity is MyShipDrill ))
14741474
continue;
1475-
Log.Debug( "Update " + entity.DisplayName );
1475+
//Log.Debug( "Update " + entity.DisplayName );
14761476
int val = (int)_countdownField.GetValue( entity );
14771477
val -= PluginSettings.Instance.DrillSpeed / 10;
14781478
_countdownField.SetValue( entity, val );

0 commit comments

Comments
 (0)