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

[snapshot/master] BF(snapshot): remove leftover debug "puts "



---
 snapshot |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/snapshot b/snapshot
index 6dab48d..092f891 100755
--- a/snapshot
+++ b/snapshot
@@ -668,7 +668,6 @@ class SnapshotImporter
 		                        ORDER BY run DESC
 		                        LIMIT 1) AS prev
 		                    ", archive_id, mirrorrun_id, archive_id, mirrorrun_id, archive_id, mirrorrun_id);
-		puts row['count'].class
 		barf("Cannot have two runs for the same archive at the exact same time.") if row['count'].to_i > 1
 
 		return row['prev'], row['next']
-- 
1.5.6.5


Reply to: