gwtquery 记录到控制台:RETTT。这是什么意思?

gwtquery logs to console: RETTT. What does it mean?

我经常在浏览器控制台中看到:

RETTT

我在 Google 搜索中找不到任何相关内容,关于这可能意味着什么的唯一提示来自:

if (JsUtils.isDefaultPrevented(event))

com.google.gwt.query.client.plugins.events.EventsListener.onBrowserEvent(Event event)

为什么会在里面?这是什么意思?知道它代表什么吗?

我正在使用 GWT 2.7gwtquery 1.4.3

我猜这是调试时使用的一些无意义的日志记录,只是为了知道 if 语句已执行。它在合并到版本 1.4.4 中的 this 提交中被删除。