@newtonschool/react_proctoring_library 0.0.117 → 0.0.118

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,6 @@ const getMacBookDevice = function getMacBookDevice() {
29
29
  }
30
30
  // supports Apple Silicon macbook camera only
31
31
  const macbookCamera = devices.find(device => device.label.includes('MacBook Pro Camera') || device.label.includes('MacBook Air Camera'));
32
- console.log('macbookCamera label', macbookCamera.label);
33
32
  return macbookCamera;
34
33
  };
35
34
  function ElectronWebCam(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtonschool/react_proctoring_library",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "description": "Used to proctor online tests",
5
5
  "author": "ayushkagrawal,shreyachandra,weastel",
6
6
  "main": "dist/index.js",