Warn on console statement

This commit is contained in:
Patrick McDonagh
2018-04-25 17:01:32 -05:00
parent c53d7f87c1
commit 4832d35c51
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
export const IPC_TAGHISTORYUPDATE = "IPC_TAGHISTORYUPDATE";
export function ipcTagHistoryUpdate(event, {tagName, historyRows}){
console.log(event, tagName, historyRows);
return {
type: IPC_TAGHISTORYUPDATE,
payload: {tagName, historyRows}