From d92fe32250564ec91230110919ccc6f7d31e78b0 Mon Sep 17 00:00:00 2001 From: Pau Gargallo Date: Thu, 10 Sep 2015 15:33:37 +0200 Subject: [PATCH] Remove debug print --- run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run.py b/run.py index f68cbe7a..4e5f5690 100755 --- a/run.py +++ b/run.py @@ -671,7 +671,6 @@ def opensfm(): # Create bundler's list.txt filesList = "" - print 'fileObject', objects for fileObject in objects: if fileObject["isOk"]: filesList += "./" + fileObject["src"] + " 0 {:.5f}\n".format(fileObject["focalpx"])