| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-04-27 19:11:29 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-04-27 19:14:38 UTC |
| parent | dcb1f1fd64b468749d3ce259879990266e8bdef9 |
| borogove/Participant.hx | +0 | -2 |
diff --git a/borogove/Participant.hx b/borogove/Participant.hx index 28ee677..9225da7 100644 --- a/borogove/Participant.hx +++ b/borogove/Participant.hx @@ -60,7 +60,6 @@ class Participant { this.jid = jid; } -#if !test /** Load the participant's profile @@ -82,5 +81,4 @@ class Participant { client.sendQuery(get); }); } -#end }