aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
diff options
context:
space:
mode:
Diffstat (limited to 'make_dist')
-rwxr-xr-xmake_dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/make_dist b/make_dist
index 3895f3ca..acbf71e3 100755
--- a/make_dist
+++ b/make_dist
@@ -106,7 +106,6 @@ sub get_version_from_cmake
my $saw_project = 0;
while (<$fh>)
{
- print;
if (m/project\(qpdf/)
{
$saw_project = 1;