Skip to content

Commit

Permalink
Removing console.logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fkurmannucsc committed Jul 2, 2024
1 parent 129de17 commit cbd4d74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ function flipScreenshot(screenshot_id, flip_vertical) {

// Edit the global video record (which may change screenshots).
function editVideo(element, field) {
console.log("Edit video");
if (field === 'name') {
window.shark.info['video']['name'] = element.value;

Expand Down Expand Up @@ -345,7 +344,6 @@ function editVideo(element, field) {

// Edit the global screenshot record.
function editScreenshot(element, id, field) {
console.log("Edit screenshot");
window.shark.screenshots[id][field] = element.value;

if (field === 'name') {
Expand Down

0 comments on commit cbd4d74

Please sign in to comment.