mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 282336 Remove useless dump()
r=mscott sr=neil
This commit is contained in:
parent
17d20778d1
commit
c9820569fb
@ -2304,7 +2304,6 @@ function ComposeCanClose()
|
||||
}
|
||||
}
|
||||
|
||||
dump("XXX changed? " + gContentChanged + "," + gMsgCompose.bodyModified + "\n");
|
||||
// Returns FALSE only if user cancels save action
|
||||
if (gContentChanged || gMsgCompose.bodyModified)
|
||||
{
|
||||
|
@ -2184,7 +2184,6 @@ function ComposeCanClose()
|
||||
}
|
||||
}
|
||||
|
||||
dump("XXX changed? " + gContentChanged + "," + gMsgCompose.bodyModified + "\n");
|
||||
// Returns FALSE only if user cancels save action
|
||||
if (gContentChanged || gMsgCompose.bodyModified)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user