mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): change source code console.log to console.debug
This commit is contained in:
@ -353,7 +353,7 @@ export class InputBase {
|
||||
* @private
|
||||
*/
|
||||
clearTextInput() {
|
||||
console.log("Should clear input");
|
||||
console.debug("Should clear input");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user