1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00

Removed AsmFragment log again

This commit is contained in:
jespergravgaard 2017-12-29 16:19:23 +01:00
parent 6b79ecc537
commit b2a5e5184b

View File

@ -20,7 +20,7 @@ import java.util.regex.Pattern;
*/
public class AsmFragmentManager {
static boolean verboseFragmentLog = true;
static boolean verboseFragmentLog = false;
/**
* Cache for fragment files. Maps signature to the parsed file.