chore(): change source code console.log to console.debug

This commit is contained in:
Adam Bradley
2016-02-02 16:32:37 -06:00
parent 53532c5280
commit de952e3cbb
5 changed files with 32 additions and 32 deletions

View File

@ -353,7 +353,7 @@ export class InputBase {
* @private
*/
clearTextInput() {
console.log("Should clear input");
console.debug("Should clear input");
}
/**