summaryrefslogtreecommitdiff
path: root/fpdf.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-25 21:55:23 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-25 21:55:23 -0400
commitecf65dac9ed0a7648b02b2ae037e14cfce0919dd (patch)
treed5e6bb7f66abd04ee8f5f3c9a9e18d0bbf621c8d /fpdf.go
parent5591db1df1ec5d5a357755e6f3c40172b9609529 (diff)
Removed debugging code, specifically the dump function that uses the spew package. Thanks, Anthony.
Diffstat (limited to 'fpdf.go')
-rw-r--r--fpdf.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdf.go b/fpdf.go
index 1bd2530..7b286a2 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -1978,10 +1978,6 @@ func (f *Fpdf) Output(w io.Writer) error {
if err != nil {
f.err = err
}
- dump("pdf.txt", f.stdPageSizes,
- f.defPageSize,
- f.curPageSize,
- f.pageSizes)
return f.err
}