pviswanathan / ChromeAutoTextExpander

Google Chrome Extension : Auto Text Expander - listens for keypresses on pages that support it and will auto-replace text as you type. Keywords: javascript jquery chrome text expander replacement.
MIT License
157 stars 45 forks source link

Update expander.js #11

Closed GaurangTandon closed 9 years ago

GaurangTandon commented 9 years ago

Replaced all occurrences of console.log with debugLog (except the ones which logged chrome.runtime.lastError) These console.logs often popped up in user's console (which is quite irritating for power users/web devs who use their console regularly).

carlinyuen commented 9 years ago

Hey @GaurangTandon, put in a latest version that makes these changes, but keeps the statements for the more necessary code paths. Hopefully this will address your issue, thanks for bringing this up!

GaurangTandon commented 9 years ago

@carlinyuen Ok, great!