Skip to content

Commit

Permalink
Accidentally checked in my test. Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMathy committed Jul 11, 2020
1 parent c17c3f7 commit 2e13c13
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Boop/Boop/scripts/Test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
{
"api":1,
"name":"Ivan's Super Cool Script",
"name":"Test Script",
"description":"Testing script",
"author":"Ivan",
"icon":"quote",
Expand All @@ -10,13 +10,6 @@
**/

function main(input) {


console.log("Hello from console.log!")
console.warn("Hello from console.warn!")
console.error("Hello from console.error!")
console.info("Info - here's a console.trace:")
console.trace()

input.postInfo("Hello this is a test!")

Expand Down

0 comments on commit 2e13c13

Please sign in to comment.