Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
machu committed Jun 7, 2017
1 parent 425514d commit 05190ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin/google_photos.rb
Expand Up @@ -5,11 +5,6 @@
# Distributed under the GPL
#

@conf['google_photos.api_key'] = nil
@conf['google_photos.client_id'] = nil
@conf['google_photos.api_key'] ||= 'AIzaSyCJIwIQMND58yVOZ8oeemCcMXYl6YU0jMQ'
@conf['google_photos.client_id'] ||= '797614784971-a0lhq52knkcgber5imvfn8gcgf904tks.apps.googleusercontent.com'

def google_photos(src, width, height, alt="photo", place="photo")
%Q|<img title="#{alt}" width="#{width}" height="#{height}" alt="#{alt}" src="#{src}" class="#{place} google">|
end
Expand Down

0 comments on commit 05190ae

Please sign in to comment.