Browse Source

auto acp scripted

master
jfinn 4 years ago
parent
commit
c52e24fd31
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/video-layout/functions.js

+ 1
- 1
react/features/video-layout/functions.js View File

@@ -144,7 +144,7 @@ export function getTileViewGridDimensions_jfinn(state: Object, maxColumns: numbe
144 144
     if (columnsOverflowed) {
145 145
         visibleRows = Math.min(visibleRows, maxColumns);
146 146
     }
147
-    console.log("pull_req jfinn",{TILE_ASPECT_RATIO,tileGrid,numberOfParticipants0,numberOfParticipants,columns,visibleRows})
147
+    console.log("pull_req jfinn dev",{TILE_ASPECT_RATIO,tileGrid,numberOfParticipants0,numberOfParticipants,columns,visibleRows})
148 148
 
149 149
     return {
150 150
         columns,

Loading…
Cancel
Save