Skip to content
Snippets Groups Projects
Commit 20c0c6a2 authored by George Nachman's avatar George Nachman
Browse files

Remove debugging statement

parent 429b76a6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1656,9 +1656,6 @@ ITERM_WEAKLY_REFERENCEABLE
// seems to be relatively slow, so we don't want to spend too much time doing that if the
// terminal goes nuts and sends lots of title-change sequences.
BOOL hadTimer = (self.desiredTitle != nil);
if (![self.window.title isEqualToString:title]) {
NSLog(@"Change title to %@", title);
}
self.desiredTitle = title;
if (!hadTimer) {
if (!_windowWasJustCreated) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment