diff --git a/Dustbin/Dustbin.cs b/Dustbin/Dustbin.cs
index 0736e94..10e8c9e 100644
--- a/Dustbin/Dustbin.cs
+++ b/Dustbin/Dustbin.cs
@@ -49,7 +49,6 @@ public class Dustbin : BaseUnityPlugin
out int remainInc, bool useBan = false)
{
remainInc = inc;
- Logger.LogInfo($"${__instance.id} ${__instance.top}");
if (!useBan || count == 0 || __instance.id != __instance.top) return true;
var size = __instance.size;
if (size == 0 || size != __instance.bans || __instance.grids[0].count > 0) return true;
diff --git a/Dustbin/Dustbin.csproj b/Dustbin/Dustbin.csproj
index e755e9c..8ce64f5 100644
--- a/Dustbin/Dustbin.csproj
+++ b/Dustbin/Dustbin.csproj
@@ -4,7 +4,7 @@
netstandard2.0
org.soardev.dustbin
DSP MOD - Dustbin
- 1.0.0
+ 1.0.1
true
latest
Dustbin
diff --git a/Dustbin/README.md b/Dustbin/README.md
index 3ac2de3..47780c8 100644
--- a/Dustbin/README.md
+++ b/Dustbin/README.md
@@ -12,4 +12,9 @@
in and take them out to make the dustbin working again.
This is caused by a logic bug in original code where faulty set `lastFullItem` field of `StorageComponent` for
- empty storages.
\ No newline at end of file
+ empty storages.
+
+#### Updates
+
+* 1.0.1
+ * Remove a debug log
diff --git a/Dustbin/package/manifest.json b/Dustbin/package/manifest.json
index 97886c1..043da16 100644
--- a/Dustbin/package/manifest.json
+++ b/Dustbin/package/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Dustbin",
- "version_number": "1.0.0",
+ "version_number": "1.0.1",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/Dustbin",
"description": "Storages can destroy incoming items while capacity limited to zero",
"dependencies": [
diff --git a/HideTips/README.md b/HideTips/README.md
index 71ff978..f8f8d49 100644
--- a/HideTips/README.md
+++ b/HideTips/README.md
@@ -7,5 +7,6 @@
* Each type of tips/messages is configurable individually.
#### Updates
+
* 1.0.1
- * Hide 3 more random tutorial tips popup from bottom-right panel
\ No newline at end of file
+ * Hide 3 more random tutorial tips popup from bottom-right panel
\ No newline at end of file