Skip to content

Commit 801a354

Browse files
author
Brian Melton
committed
Turning off template src logging
1 parent 6ceefd6 commit 801a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/Android/BaseModel.template.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
CustomT4Host host = (CustomT4Host) Host;
66
var model = host.CurrentModel;
77
CodeWriterAndroid writer = (CodeWriterAndroid) host.CodeWriter;
8-
bool logTemplateSrc = true;
8+
bool logTemplateSrc = false;
99
var c = host.CurrentType;
1010
#>
1111
<# if (logTemplateSrc) { #>

0 commit comments

Comments
 (0)