Skip to content

Commit

Permalink
remove extraneous function
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark A. Durham committed Apr 23, 2020
1 parent abebfef commit f42960a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ var nodeConsole = require('console');
var myConsole = new nodeConsole.Console(process.stdout, process.stderr);
myConsole.log('Hello World!');

function writeToBrowser(text) {
document.write("<p>" + text + "</p>");
}

console.log("Test");

var pop3Client = require("poplib");
Expand Down

0 comments on commit f42960a

Please sign in to comment.