git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added GetUserInfo parser.
[stg.git]
/
stglibs
/
srvconf.lib
/
servconf.cpp
diff --git
a/stglibs/srvconf.lib/servconf.cpp
b/stglibs/srvconf.lib/servconf.cpp
index 078466d7b7953076b59870c59db4dd0b64945f0b..0ca3028c9e881209cf4d881696c6aedc0ae9a41e 100644
(file)
--- a/
stglibs/srvconf.lib/servconf.cpp
+++ b/
stglibs/srvconf.lib/servconf.cpp
@@
-379,7
+379,6
@@
return st_ok;
//-----------------------------------------------------------------------------
int SERVCONF::Start(const char *el, const char **attr)
{
-printfd(__FILE__, "<%s>\n", el);
currParser->ParseStart(el, attr);
return 0;
}