We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386974a commit e38a564Copy full SHA for e38a564
1 file changed
piwigoPublish.lrplugin/PWSetAlbumCover.lua
@@ -84,9 +84,6 @@ local function SetAlbumCover()
84
LrDialogs.message("SetAlbumCover - Can't find Piwigo album ID for remoteId for this publish collection","","warning")
85
return false
86
end
87
- log:info("Source is " .. useSource:getName() )
88
-
89
- log:info("useService is " .. useService:getName())
90
local result = LrDialogs.confirm("Set Piwigo Album Cover","Set select photo as cover photo for " .. useSource:getName() .."?", "Ok","Cancel")
91
if result ~= 'ok' then
92
0 commit comments