mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
removed some debug console outputs
This commit is contained in:
@@ -10,8 +10,6 @@ manualUploadBtn.addEventListener('click', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//function to check if one checkbox is at least klicked
|
//function to check if one checkbox is at least klicked
|
||||||
function checkBoxes() {
|
|
||||||
console.log("fuck");
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const checkboxes = document.querySelectorAll('input[name="docFormat"]');
|
const checkboxes = document.querySelectorAll('input[name="docFormat"]');
|
||||||
@@ -27,7 +25,6 @@ function checkBoxes() {
|
|||||||
//Code to submit the video
|
//Code to submit the video
|
||||||
var pathTest = fileName.textContent + "";
|
var pathTest = fileName.textContent + "";
|
||||||
if(pathTest.endsWith(".mp4") || holdy.endsWith(".mov") || holdy.endsWith(".avi") || holdy.endsWith( ".mkv")){
|
if(pathTest.endsWith(".mp4") || holdy.endsWith(".mov") || holdy.endsWith(".avi") || holdy.endsWith( ".mkv")){
|
||||||
console.log("fuck 2");
|
|
||||||
window.extractor.extract({inputVideoPath: pathTest, outputType:"wav"})
|
window.extractor.extract({inputVideoPath: pathTest, outputType:"wav"})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user