Skip to content

Commit dbfd8e8

Browse files
committed
removed debugging conditional
1 parent f06fcbe commit dbfd8e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Rubberduck.Parsing/Symbols/IdentifierReferenceListener.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,6 @@ public override void EnterAmbiguousIdentifier(VBAParser.AmbiguousIdentifierConte
205205
return;
206206
}
207207

208-
if (context.GetText() == "Update")
209-
{
210-
211-
}
212-
213208
var selection = context.GetSelection();
214209

215210
if (context.Parent is VBAParser.ForNextStmtContext

0 commit comments

Comments
 (0)