Skip to content

Commit

Permalink
Remove the debug spam of the out of node value edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Feb 16, 2016
1 parent 0fe8432 commit 2c45afa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions moduleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1615,8 +1615,6 @@ public ConfigNode ModifyNode(ConfigNode original, ConfigNode mod)

valName = assignMatch.Groups[1].Value;

log(valName);

ConfigNode.Value val = RecurseVariableSearch(valName, mod);

if (val == null)
Expand Down Expand Up @@ -1659,9 +1657,6 @@ public ConfigNode ModifyNode(ConfigNode original, ConfigNode mod)
{
val.value = modVal.value;
}

log("new val is " + val.value);

continue;
}

Expand Down

0 comments on commit 2c45afa

Please sign in to comment.