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
     if (columnsOverflowed) {
144
     if (columnsOverflowed) {
145
         visibleRows = Math.min(visibleRows, maxColumns);
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
     return {
149
     return {
150
         columns,
150
         columns,

Loading…
Cancel
Save