myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2409] branches/eprints-integration/lib/dublin_co


From: noreply
Subject: [myexperiment-hackers] [2409] branches/eprints-integration/lib/dublin_core.rb: Removed some debug code that was left in the function.
Date: Mon, 17 May 2010 11:11:18 -0400 (EDT)

Revision
2409
Author
mmr
Date
2010-05-17 11:11:18 -0400 (Mon, 17 May 2010)

Log Message

Removed some debug code that was left in the function.

Modified Paths

Diff

Modified: branches/eprints-integration/lib/dublin_core.rb (2408 => 2409)


--- branches/eprints-integration/lib/dublin_core.rb	2010-05-17 15:10:31 UTC (rev 2408)
+++ branches/eprints-integration/lib/dublin_core.rb	2010-05-17 15:11:18 UTC (rev 2409)
@@ -57,7 +57,6 @@
     meta.each do |meta_tag|
       field = meta_tag['name']
       field =~ /#{Regexp.escape(dcns)}\\.(\\w+$)/i
-      puts field
       if DublinCore::FIELDS.map{|dcfield| "#{dcns}.#{dcfield}".downcase}.include?(meta_tag['name'].downcase)
         dcdata[meta_tag['name'].downcase] = meta_tag['content']
       end

reply via email to

[Prev in Thread] Current Thread [Next in Thread]