Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Mar 6, 2024
1 parent 6124678 commit f0088e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/skins/classic/views/js/montagereview.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ function getImageSource(monId, time) {

// callback when loading an image. Will load itself to the canvas, or draw no data
function imagedone( obj, monId, success ) {
console.log("imagedone", success, monId);
if ( success ) {
const canvasCtx = monitorCanvasCtx[monId];
const canvasObj = monitorCanvasObj[monId];
Expand Down

0 comments on commit f0088e4

Please sign in to comment.