From 5cc053694abb213f3d167b2f2dc61bd869144081 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 13 Oct 2014 16:38:21 -0500 Subject: [PATCH] Remove pry --- lib/linguist/repository.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/repository.rb b/lib/linguist/repository.rb index 9998ee61..288d7f34 100644 --- a/lib/linguist/repository.rb +++ b/lib/linguist/repository.rb @@ -1,6 +1,6 @@ require 'linguist/lazy_blob' require 'rugged' -require 'pry' + module Linguist # A Repository is an abstraction of a Grit::Repo or a basic file # system tree. It holds a list of paths pointing to Blobish objects.