mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Chat Payload Remove Logspam (#1368)
This commit is contained in:
parent
7a03458696
commit
a12d9df9a2
1 changed files with 7 additions and 7 deletions
|
|
@ -206,9 +206,9 @@ public abstract partial class Payload
|
||||||
case SeStringChunkType.Icon:
|
case SeStringChunkType.Icon:
|
||||||
payload = new IconPayload();
|
payload = new IconPayload();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Log.Verbose("Unhandled SeStringChunkType: {0}", chunkType);
|
// Log.Verbose("Unhandled SeStringChunkType: {0}", chunkType);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -307,6 +307,11 @@ public abstract partial class Payload
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected enum SeStringChunkType
|
protected enum SeStringChunkType
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// See the <see cref="NewLinePayload"/>.
|
||||||
|
/// </summary>
|
||||||
|
NewLine = 0x10,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// See the <see cref="IconPayload"/> class.
|
/// See the <see cref="IconPayload"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -317,11 +322,6 @@ public abstract partial class Payload
|
||||||
/// </summary>
|
/// </summary>
|
||||||
EmphasisItalic = 0x1A,
|
EmphasisItalic = 0x1A,
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// See the <see cref="NewLinePayload"/>.
|
|
||||||
/// </summary>
|
|
||||||
NewLine = 0x10,
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// See the <see cref="SeHyphenPayload"/> class.
|
/// See the <see cref="SeHyphenPayload"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue