Skip to content

Commit

Permalink
Remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Oct 3, 2024
1 parent dee1369 commit 9ad811a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/services/ckan/v26/package_differ.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'byebug'

module CKAN
module V26
class PackageDiffer
Expand Down Expand Up @@ -38,7 +36,6 @@ def diff_update(packages, datasets)
dataset = dataset_info[package.get("id")]
if package.get("id") == "f36f4793-39af-42d3-ae9d-c2b560f09786"
puts "DGU- Select #{package.get("id")} - #{dataset[:updated_at].iso8601} = #{package.get("metadata_modified")} #{package_changed?(package, dataset)}"
byebug
end
dataset && package_changed?(package, dataset)
end
Expand Down

0 comments on commit 9ad811a

Please sign in to comment.