Skip to content

Commit

Permalink
moved an output line to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed May 28, 2019
1 parent 6a05ade commit 1cb69bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/FrogAPI.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,9 @@ folia::FoliaElement* FrogAPI::start_document( const string& id,
folia::Document *& doc ) const {
doc = new folia::Document( "xml:id='" + id + "'" );
doc->addStyle( "text/xsl", "folia.xsl" );
DBG << "start document!!!" << endl;
if ( options.debugFlag > 1 ){
DBG << "start document!!!" << endl;
}
add_provenance( *doc );
folia::KWargs args;
args["xml:id"] = doc->id() + ".text";
Expand Down

0 comments on commit 1cb69bd

Please sign in to comment.