Warn on console statement
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user