[C#] Single file mode (minor fix)

Removed debug output
This commit is contained in:
Frederick Parotat 2015-06-03 14:26:38 +02:00
commit 0b09978219

View file

@ -651,8 +651,6 @@ public:
Delete(filen);
filen = NULL;
Printf(stdout, "create single file");
emitBanner(f_single);
}
return f_single;