Skip to content
Snippets Groups Projects
Commit f71cc919 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

change warning message

parent d4bed6dd
No related branches found
No related tags found
1 merge request!16Change warning messages
...@@ -116,7 +116,7 @@ operations.forEach((operation) => { ...@@ -116,7 +116,7 @@ operations.forEach((operation) => {
}); });
hiveBroadcast.updateOperations = () => { hiveBroadcast.updateOperations = () => {
console.log('Warning: updateOperations() is not necessary anymore') console.log('Warning: call to updateOperations() is deprecated and can safely be removed')
} }
const toString = obj => typeof obj === 'object' ? JSON.stringify(obj) : obj; const toString = obj => typeof obj === 'object' ? JSON.stringify(obj) : obj;
......
...@@ -120,5 +120,5 @@ export function buildWitnessUpdateOp( ...@@ -120,5 +120,5 @@ export function buildWitnessUpdateOp(
} }
export function autoDetectApiVersion() { export function autoDetectApiVersion() {
console.log('Warning: autoDetectApiVersion() removed - it is not necessary anymore') console.log('Warning: call to autoDetectApiVersion() is deprecated and can safely be removed')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment