From 02aa5609530d84c27319a7ffe9ce9160e999063c Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Mon, 18 Apr 2016 13:58:39 -0700 Subject: [PATCH] Removing stray binding.pry --- lib/txgh/resource_updater.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/txgh/resource_updater.rb b/lib/txgh/resource_updater.rb index 374c37dc..5182adb5 100644 --- a/lib/txgh/resource_updater.rb +++ b/lib/txgh/resource_updater.rb @@ -26,7 +26,6 @@ def update_resource(tx_resource, commit_sha, categories = {}) logger.info("process each tree entry: #{file['path']}") if tx_resource.source_file == file['path'] - binding.pry if repo.upload_diffs? upload_diff(tx_resource, file, categories) else