diff --git a/src/templar.min.py b/src/templar.min.py
index 74dc514..116bd9a 100755
--- a/src/templar.min.py
+++ b/src/templar.min.py
@@ -61,7 +61,6 @@ def engine(ifile,ofile,vars):
 	#print 'MATCHES:', t.pattern.findall(t.template)
 
 	matches = template.pattern.findall(template.template)
-	print vars
 
 	if len(matches):
 		print '[ MATCHES ] - ', matches