[Pkg-javascript-commits] [node-expat] 09/371: expat.cc: rm debug output
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit 0728acbe83942f013c6beb7f79a4cc919b20c68d
Author: Astro <astro at spaceboyz.net>
Date: Sat May 22 15:45:11 2010 +0200
expat.cc: rm debug output
---
expat.cc | 2 --
1 file changed, 2 deletions(-)
diff --git a/expat.cc b/expat.cc
index addeded..e932318 100644
--- a/expat.cc
+++ b/expat.cc
@@ -26,7 +26,6 @@ public:
NODE_SET_PROTOTYPE_METHOD(t, "parse", Parse);
target->Set(String::NewSymbol("Parser"), t->GetFunction());
- printf("initialized %i\n", t->GetFunction()->IsFunction());
sym_startElement = NODE_PSYMBOL("startElement");
sym_endElement = NODE_PSYMBOL("endElement");
@@ -57,7 +56,6 @@ protected:
~Parser()
{
- printf("dtor\n");
XML_ParserFree(parser);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list