1
0
mirror of https://github.com/gryf/vimblogger_ft.git synced 2025-12-19 04:20:20 +01:00

Removed debug prints

This commit is contained in:
2010-12-25 17:03:06 +01:00
parent 55e51cbe6f
commit 06cdf638fb
3 changed files with 2 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ class Rst2Blogger(object):
self.confirm_del = int(vim.eval("g:blogger_confirm_del"))
self.stylesheets = vim.eval("g:blogger_stylesheets")
self.pygments_class = vim.eval("g:blogger_pygments_class")
print self.pygments_class
try:
register(self.pygments_class)
except NameError: