From 3a1671155ad22e8c74a7aa3db8d6eaf6efdc1956 Mon Sep 17 00:00:00 2001 From: John Williamson Date: Sun, 26 Nov 2017 19:01:58 +1000 Subject: [PATCH] wiped commas --- examples/react/src/Chat.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/react/src/Chat.js b/examples/react/src/Chat.js index 34eb53908..59c4a668b 100644 --- a/examples/react/src/Chat.js +++ b/examples/react/src/Chat.js @@ -1,9 +1,6 @@ import React, { Component } from 'react' import Gun from 'gun' import path from 'gun/lib/path' -// var path = require('gun/lib/path.js') - -// console.log(path) const formatMsgs = msgs => Object.keys(msgs) .map(key => ({ key, ...msgs[key] }))