Skip to content

Commit 3ecb92e

Browse files
committed
remove 注释开发code
1 parent 41c268a commit 3ecb92e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

VideoOS/venvy_pub/src/main/java/cn/com/videopls/pub/view/VideoOSLuaView.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ private void runLuaFile(final LuaView luaView, final String luaName, final Objec
216216
if (TextUtils.isEmpty(luaName)) {
217217
return;
218218
}
219-
// if (luaName.contains("os_video_starContent_hotspot") || luaName.contains("os_video_figureStarList_hotspot")) {
220-
// runLua(luaView, luaName, valueData);
221-
// return;
222-
// }
223219
String miniAppId = "";
224220
if (valueData instanceof HashMap) {
225221
HashMap params = (HashMap) valueData;

0 commit comments

Comments
 (0)