Turned off debugging for safety purposes. Also killed apostrophe.

pull/14/head
Tim Su 16 years ago
parent 567ebfb02e
commit 23df93f19c

@ -48,7 +48,7 @@
<string name="CFA_context_delete">Delete Row</string> <string name="CFA_context_delete">Delete Row</string>
<!-- Filter Screen Help Text --> <!-- Filter Screen Help Text -->
<string name="CFA_help">This screen let\'s you create a new filters. Add <string name="CFA_help">This screen lets you create a new filters. Add
criteria using the button below, short or long-press them to adjust, and criteria using the button below, short or long-press them to adjust, and
then click \"Save &amp; View\"!</string> then click \"Save &amp; View\"!</string>

@ -35,7 +35,7 @@ public final class Constants {
/** /**
* Whether to turn on debugging logging and UI * Whether to turn on debugging logging and UI
*/ */
public static final boolean DEBUG = true; public static final boolean DEBUG = false;
/** /**
* Upgrade time * Upgrade time

Loading…
Cancel
Save