diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index 43f184e..f969073 100644 --- a/js/index.js +++ b/js/index.js @@ -145,4 +145,3 @@ TE.wait(1000, false) .then( TE.wait.bind(TE, 2000) ) .then( TE.enterResponse.bind(TE, 'I am a self-proclaimed geek. My powers? Am good at parsing jq, awesome in bash and the best, I make terrible decisions and can not keep my mouth shut. I know Bash, Python, C++, C#, HTML, CSS and am on the verge of learning Kotlin.') ) .then( TE.reset.bind(TE) ); - |