Skip to content

Commit

Permalink
delete console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Oct 30, 2024
1 parent 2cdf231 commit d02f625
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/config/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const makeConfig = ({
};

const citationData = generateCitation();
console.log(JSON.stringify(citationData.apa));

/** @type{import("rollup-plugin-esbuild").Options} */
const esBuildPluginOptions = {
Expand Down Expand Up @@ -193,7 +192,6 @@ export const makeCoreRollupConfig = () =>
* Returns the rollup configuration for Node.js-only packages
*/
export const makeNodeRollupConfig = () => {
console.log("jspsych Roll up config called");
return makeConfig({
globalOptions: { external: ["jspsych"] },
isNodeOnlyBuild: true,
Expand Down
1 change: 0 additions & 1 deletion packages/jspsych/src/JsPsych.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export class JsPsych {
) {
plugins.map((plugin) => {
let pluginCitation = plugin["info"].citation;
console.log(format == "apa" ? pluginCitation.apa : pluginCitation.bibtex);
});
}

Expand Down

0 comments on commit d02f625

Please sign in to comment.