summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui/GuiController.java
diff options
context:
space:
mode:
authorGravatar jeff2014-09-03 00:29:48 -0400
committerGravatar jeff2014-09-03 00:29:48 -0400
commit3632307d9c5665edfca976e08931dc6cadf510a0 (patch)
tree28d64a01dafeebb901a17037fc0c45f20562f2ef /src/cuchaz/enigma/gui/GuiController.java
parentbig refactor to better model class/method mappings with no deobf name (diff)
downloadenigma-fork-3632307d9c5665edfca976e08931dc6cadf510a0.tar.gz
enigma-fork-3632307d9c5665edfca976e08931dc6cadf510a0.tar.xz
enigma-fork-3632307d9c5665edfca976e08931dc6cadf510a0.zip
fixed issue with method renaming
Diffstat (limited to 'src/cuchaz/enigma/gui/GuiController.java')
-rw-r--r--src/cuchaz/enigma/gui/GuiController.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuchaz/enigma/gui/GuiController.java b/src/cuchaz/enigma/gui/GuiController.java
index 5057db2..c0fb2e4 100644
--- a/src/cuchaz/enigma/gui/GuiController.java
+++ b/src/cuchaz/enigma/gui/GuiController.java
@@ -167,8 +167,6 @@ public class GuiController
167 167
168 public boolean entryHasMapping( Entry deobfEntry ) 168 public boolean entryHasMapping( Entry deobfEntry )
169 { 169 {
170 // TEMP
171 System.out.println( deobfEntry + " -> " + m_deobfuscator.obfuscateEntry( deobfEntry ) );
172 return m_deobfuscator.hasMapping( m_deobfuscator.obfuscateEntry( deobfEntry ) ); 170 return m_deobfuscator.hasMapping( m_deobfuscator.obfuscateEntry( deobfEntry ) );
173 } 171 }
174 172