Skip to content

Commit e38a564

Browse files
committed
Remove redundant debug messages
1 parent 386974a commit e38a564

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

piwigoPublish.lrplugin/PWSetAlbumCover.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ local function SetAlbumCover()
8484
LrDialogs.message("SetAlbumCover - Can't find Piwigo album ID for remoteId for this publish collection","","warning")
8585
return false
8686
end
87-
log:info("Source is " .. useSource:getName() )
88-
89-
log:info("useService is " .. useService:getName())
9087
local result = LrDialogs.confirm("Set Piwigo Album Cover","Set select photo as cover photo for " .. useSource:getName() .."?", "Ok","Cancel")
9188
if result ~= 'ok' then
9289
return false

0 commit comments

Comments
 (0)