Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Oct 26, 2021
1 parent e027fe3 commit d9de6dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/events.ts
Expand Up @@ -11,8 +11,6 @@ setInterval(
try {
const latestBlock = await blockfrostAPI.blocksLatest();

console.log('aaaa');

if (!previousBlock || previousBlock.hash !== latestBlock.hash) {
previousBlock = latestBlock;
events.emit('newBlock', latestBlock);
Expand Down
2 changes: 0 additions & 2 deletions src/utils/blockfrostAPI.ts
@@ -1,8 +1,6 @@
import { BlockFrostAPI } from '@blockfrost/blockfrost-js';
import packageJson from '../../package.json';

console.log('process.env', process.env);

const blockfrostAPI = new BlockFrostAPI({
projectId: process.env.PROJECT_ID,
customBackend: process.env.BACKEND_URL || '',
Expand Down

0 comments on commit d9de6dd

Please sign in to comment.