lib/desoto-photoapp/photo.rb in desoto-photoapp-0.1.3 vs lib/desoto-photoapp/photo.rb in desoto-photoapp-0.1.4
- old
+ new
@@ -58,14 +58,9 @@
watermark.write upload_dest
with_url.write print_dest
cleanup
end
- # Handle printing
- def print
- system "lpr #{print_dest}"
- end
-
def add_to_photos
`automator -i #{config['print']} #{Photoapp.gem_dir("lib/import-photos.workflow")}`
end
def cleanup