forked from cory/tildefriends
Avoid a message storm, and reduce log spam a bit.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3691 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -19,7 +19,6 @@ static JSClassID _tf_ssb_classId;
|
||||
static JSValue _tf_ssb_whoami(JSContext* context, JSValueConst this_val, int argc, JSValueConst* argv)
|
||||
{
|
||||
tf_ssb_t* ssb = JS_GetOpaque(this_val, _tf_ssb_classId);
|
||||
printf("WHOAMI on %p\n", ssb);
|
||||
if (ssb)
|
||||
{
|
||||
char id[512];
|
||||
|
Reference in New Issue
Block a user