fix: remove debugging logs
removed logging used for debugging and changed ExplanationPart to return null as i don't know how to do it properly :(
This commit is contained in:
parent
f390de6ce3
commit
c8b12c771d
1 changed files with 1 additions and 3 deletions
|
@ -28,14 +28,12 @@ public class StatPart_BodySizeTransferOffset : StatPart
|
||||||
val += sizeHediff.SizeOffset;
|
val += sizeHediff.SizeOffset;
|
||||||
Log.Message(val);
|
Log.Message(val);
|
||||||
}
|
}
|
||||||
Log.Message("2");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Log.Message("1");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string ExplanationPart(StatRequest req)
|
public override string ExplanationPart(StatRequest req)
|
||||||
{
|
{
|
||||||
return "test";
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue