Value Printing 2 times

I am trying to get value on entering a field.

frappe.ui.form.on("Sig", {
    exit: function(frm){
console.log('123')
}
});

this is my code but it is printing 123 two times. Can anyone tell me why